diff --git a/.changeset/release-a90eda8f.md b/.changeset/release-a90eda8f.md deleted file mode 100644 index d6745d0..0000000 --- a/.changeset/release-a90eda8f.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Fixed the Windows CMD wrapper to use the native binary directly instead of routing through Node.js, improving startup performance and reliability. Added retry logic to the CI install command to handle transient failures during browser installation. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f29886..817159d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.8.2 + +### Patch Changes + +- 7e6336f: Fixed the Windows CMD wrapper to use the native binary directly instead of routing through Node.js, improving startup performance and reliability. Added retry logic to the CI install command to handle transient failures during browser installation. + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index 4ad0504..36eb60f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.8.1", + "version": "0.8.2", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",