From c0fd1be1326a982c683d3b2c7073747f83d6f60d 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:44:44 -0600 Subject: [PATCH] chore: version packages (#231) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/fix-binary-permissions.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-binary-permissions.md diff --git a/.changeset/fix-binary-permissions.md b/.changeset/fix-binary-permissions.md deleted file mode 100644 index 3a6ae17..0000000 --- a/.changeset/fix-binary-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Fix binary permissions on install. npm doesn't preserve execute bits, so postinstall now ensures the native binary is executable. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5634ada..bb25456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.7.4 + +### Patch Changes + +- 957b5e5: Fix binary permissions on install. npm doesn't preserve execute bits, so postinstall now ensures the native binary is executable. + ## 0.7.3 ### Patch Changes diff --git a/package.json b/package.json index c32dd0a..7154596 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.7.3", + "version": "0.7.4", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",