From 1fd8e9d09a3fe434d5edca4415a12af7712ed85a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:28:01 -0500 Subject: [PATCH] chore: version packages (#831) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmrwab5f.md | 8 -------- CHANGELOG.md | 9 +++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/release-mmrwab5f.md diff --git a/.changeset/release-mmrwab5f.md b/.changeset/release-mmrwab5f.md deleted file mode 100644 index 9176fa4..0000000 --- a/.changeset/release-mmrwab5f.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Restored WebSocket streaming** - Fixed broken WebSocket streaming in the native daemon by keeping the **StreamServer** instance alive so the broadcast channel remains open, and ensuring CDP session IDs and connection status are correctly propagated to stream clients (#826) -- **Filtered internal Chrome targets** - Fixed auto-connect discovery incorrectly attempting to attach to Chrome-internal pages (e.g. `chrome://`, `chrome-extension://`, `devtools://` URLs), which could cause unexpected connection failures (#827) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6002ae6..69979f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # agent-browser +## 0.20.10 + +### Patch Changes + +- a3d9662: ### Bug Fixes + + - **Restored WebSocket streaming** - Fixed broken WebSocket streaming in the native daemon by keeping the **StreamServer** instance alive so the broadcast channel remains open, and ensuring CDP session IDs and connection status are correctly propagated to stream clients (#826) + - **Filtered internal Chrome targets** - Fixed auto-connect discovery incorrectly attempting to attach to Chrome-internal pages (e.g. `chrome://`, `chrome-extension://`, `devtools://` URLs), which could cause unexpected connection failures (#827) + ## 0.20.9 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 25373f1..deeaf6d 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.9" +version = "0.20.10" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ebb5693..d22612b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.9" +version = "0.20.10" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 097f8dc..f9f4ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.9", + "version": "0.20.10", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [