diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e4df3..727a7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.9.0](https://github.com/Automata-Labs-team/MCP-Server-Playwright/compare/v0.8.0...v0.9.0) (2024-12-11) + + +### Features + +* add Claude config file handling for Windows and macOS ([65b3ac3](https://github.com/Automata-Labs-team/MCP-Server-Playwright/commit/65b3ac3ee5f5cc2d5600e1cec920db4b15e6287f)) + + + # [0.8.0](https://github.com/Automata-Labs-team/MCP-Server-Playwright/compare/v0.7.2...v0.8.0) (2024-12-04) @@ -34,12 +43,3 @@ -## [0.6.5](https://github.com/Automata-Labs-team/MCP-Server-Playwright/compare/v0.6.4...v0.6.5) (2024-12-03) - - -### Reverts - -* undo add package.json publish script ([a3f148b](https://github.com/Automata-Labs-team/MCP-Server-Playwright/commit/a3f148b511e91c8b8af6893e5e9eab842e03283e)) - - - diff --git a/package.json b/package.json index dc0d0d6..2da35cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automatalabs/mcp-server-playwright", - "version": "0.8.0", + "version": "0.9.0", "description": "MCP server for browser automation using Playwright", "license": "MIT", "author": "Automata Labs (https://automatalabs.io)", @@ -33,4 +33,4 @@ "shx": "^0.3.4", "typescript": "^5.6.2" } -} +} \ No newline at end of file