release: playwriter@0.0.89

This commit is contained in:
Tommy D. Rossi
2026-03-12 22:18:02 +01:00
parent 4044f1f7c7
commit 3c19066532
6 changed files with 16 additions and 52 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.0.77
### Changes
- **Use `workspace:^` for local Playwriter dependency**: Switched `playwriter` from `workspace:*` to `workspace:^` in `extension/package.json` to avoid pinned workspace versions when package metadata is packed.
## 0.0.76
### Bug Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Playwriter",
"version": "0.0.76",
"version": "0.0.77",
"description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.",
"permissions": [
"debugger",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "mcp-extension",
"version": "0.0.72",
"version": "0.0.77",
"description": "Playwright MCP Browser Extension",
"private": true,
"repository": {
@@ -29,7 +29,7 @@
"vite-plugin-static-copy": "^3.1.1"
},
"dependencies": {
"playwriter": "workspace:*",
"playwriter": "workspace:^",
"zustand": "^5.0.8"
}
}