From ddfaa392e442456694fd1d925e13cd912d8856d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:18:24 -0600 Subject: [PATCH] chore: version packages (#288) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-a4286641.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/release-a4286641.md diff --git a/.changeset/release-a4286641.md b/.changeset/release-a4286641.md deleted file mode 100644 index 7d64a10..0000000 --- a/.changeset/release-a4286641.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Improved release workflow to validate binary file sizes and ensure binaries are executable after npm install. Updated documentation site with a new mobile navigation system and added v0.8.0 changelog entries. Reformatted CHANGELOG.md for better readability. diff --git a/CHANGELOG.md b/CHANGELOG.md index 987e891..1f29886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.8.1 + +### Patch Changes + +- 8eec634: Improved release workflow to validate binary file sizes and ensure binaries are executable after npm install. Updated documentation site with a new mobile navigation system and added v0.8.0 changelog entries. Reformatted CHANGELOG.md for better readability. + ## v0.8.0 ### New Features diff --git a/package.json b/package.json index 0b082fe..4ad0504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.8.0", + "version": "0.8.1", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",