From 523d7d57f1cd557e5ff8308b2dcaa1a4af1e7204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:19:56 -0600 Subject: [PATCH] chore: version packages (#295) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-1cb74100.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/release-1cb74100.md 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",