diff --git a/.changeset/fix-binary-distribution.md b/.changeset/fix-binary-distribution.md deleted file mode 100644 index b2fb85c..0000000 --- a/.changeset/fix-binary-distribution.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Fix native binary distribution in npm package. Native binaries for all platforms (Linux x64/arm64, macOS x64/arm64, Windows x64) are now correctly included when publishing. diff --git a/CHANGELOG.md b/CHANGELOG.md index a800374..5634ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.7.3 + +### Patch Changes + +- 161d8f5: Fix native binary distribution in npm package. Native binaries for all platforms (Linux x64/arm64, macOS x64/arm64, Windows x64) are now correctly included when publishing. + ## 0.7.2 ### Patch Changes diff --git a/package.json b/package.json index 3e1ac1a..c32dd0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.7.2", + "version": "0.7.3", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",