diff --git a/.changeset/release-1cb74100.md b/.changeset/release-1cb74100.md deleted file mode 100644 index 9ee4691..0000000 --- a/.changeset/release-1cb74100.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Replaced shell-based CLI wrappers with a cross-platform Node.js wrapper to enable npx support on Windows. Added postinstall logic to patch npm's bin entry on global installs, allowing the native binary to be invoked directly with zero overhead. Added CI tests to verify global installation works correctly across all platforms. diff --git a/CHANGELOG.md b/CHANGELOG.md index 817159d..1f08edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.8.3 + +### Patch Changes + +- 4116a8a: Replaced shell-based CLI wrappers with a cross-platform Node.js wrapper to enable npx support on Windows. Added postinstall logic to patch npm's bin entry on global installs, allowing the native binary to be invoked directly with zero overhead. Added CI tests to verify global installation works correctly across all platforms. + ## 0.8.2 ### Patch Changes diff --git a/package.json b/package.json index b627124..4f7cb79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.8.2", + "version": "0.8.3", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",