From f3ed1be40952b8f1f88a9127297c785b02088a28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:13:12 -0600 Subject: [PATCH] chore: version packages (#226) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/fix-binary-distribution.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fix-binary-distribution.md diff --git a/.changeset/fix-binary-distribution.md b/.changeset/fix-binary-distribution.md deleted file mode 100644 index 8a947dd..0000000 --- a/.changeset/fix-binary-distribution.md +++ /dev/null @@ -1,7 +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 included in the npm package. Previously, the release workflow published to npm before building binaries, causing "No binary found" errors on installation. diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e514f..a800374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # agent-browser +## 0.7.2 + +### Patch Changes + +- 6afede2: Fix native binary distribution in npm package + + Native binaries for all platforms (Linux x64/arm64, macOS x64/arm64, Windows x64) are now included in the npm package. Previously, the release workflow published to npm before building binaries, causing "No binary found" errors on installation. + ## 0.7.1 ### Patch Changes diff --git a/package.json b/package.json index bc3e7c5..3e1ac1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.7.1", + "version": "0.7.2", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",