From d03f6431eac121a84f141617e934fd1c3142e535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:49:35 -0500 Subject: [PATCH] chore: version packages (#911) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmw7atc6.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 .changeset/release-mmw7atc6.md diff --git a/.changeset/release-mmw7atc6.md b/.changeset/release-mmw7atc6.md deleted file mode 100644 index 83bbf9d..0000000 --- a/.changeset/release-mmw7atc6.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"agent-browser": patch ---- - -### New Features - -- **HAR 1.2 network capture** - Added commands to capture and export network traffic in HAR 1.2 format, including accurate request/response timing, headers, body sizes, and resource types sourced from Chrome DevTools Protocol events (#864) -- **Built-in `upgrade` command** - Added `agent-browser upgrade` to self-update the CLI; automatically detects your installation method (npm, Homebrew, or Cargo) and runs the appropriate update command (#898) - -### Documentation - -- Added `upgrade` command to the README command reference and installation guide -- Added a dedicated **Updating** section to the README with usage instructions for `agent-browser upgrade` diff --git a/CHANGELOG.md b/CHANGELOG.md index 74138a6..0c871ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # agent-browser +## 0.21.1 + +### Patch Changes + +- 1e7619d: ### New Features + + - **HAR 1.2 network capture** - Added commands to capture and export network traffic in HAR 1.2 format, including accurate request/response timing, headers, body sizes, and resource types sourced from Chrome DevTools Protocol events (#864) + - **Built-in `upgrade` command** - Added `agent-browser upgrade` to self-update the CLI; automatically detects your installation method (npm, Homebrew, or Cargo) and runs the appropriate update command (#898) + + ### Documentation + + - Added `upgrade` command to the README command reference and installation guide + - Added a dedicated **Updating** section to the README with usage instructions for `agent-browser upgrade` + ## 0.21.0 ### Minor Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 22e038d..8e9ccae 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.21.0" +version = "0.21.1" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c2ae6a5..8a90d71 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.21.0" +version = "0.21.1" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index a269d9d..e0c70af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.21.0", + "version": "0.21.1", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [