From 28950b8ad2b90e0dbf5155a78b8942fc85a8f50a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:06:28 -0600 Subject: [PATCH] chore: version packages (#292) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-a90eda8f.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/release-a90eda8f.md 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",