From 8eedbcf2e1ab2f33a07076cd168209a5a164de33 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Tue, 30 Dec 2025 13:54:12 +0100 Subject: [PATCH] bump --- extension/manifest.json | 2 +- playwriter/CHANGELOG.md | 7 +++++++ playwriter/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 9e799cf..5627adf 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Playwriter MCP", - "version": "0.0.57", + "version": "0.0.58", "description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.", "permissions": ["debugger", "tabGroups", "contextMenus", "tabs"], "host_permissions": [""], diff --git a/playwriter/CHANGELOG.md b/playwriter/CHANGELOG.md index aaa3097..0e01e7c 100644 --- a/playwriter/CHANGELOG.md +++ b/playwriter/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.31 + +### Patch Changes + +- **Added `styles-api` resource**: New MCP resource (`playwriter://styles-api`) with types and examples for `getStylesForLocator` CSS inspection API +- **Reduced prompt context**: Simplified prompt.md to reference resources (`playwriter://debugger-api`, `playwriter://editor-api`, `playwriter://styles-api`) instead of inline documentation + ## 0.0.30 ### Patch Changes diff --git a/playwriter/package.json b/playwriter/package.json index 580fc23..d623445 100644 --- a/playwriter/package.json +++ b/playwriter/package.json @@ -1,7 +1,7 @@ { "name": "playwriter", "description": "", - "version": "0.0.30", + "version": "0.0.31", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",