From 974d735af5c9c263e517518e0ddd3b6ac3070a09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:46:03 -0500 Subject: [PATCH] chore: version packages (#782) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmqf7svj.md | 9 --------- CHANGELOG.md | 10 ++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/release-mmqf7svj.md diff --git a/.changeset/release-mmqf7svj.md b/.changeset/release-mmqf7svj.md deleted file mode 100644 index 89e32f5..0000000 --- a/.changeset/release-mmqf7svj.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- Fixed **AX tree deserialization** to accept integer `nodeId` and `childIds` values for compatibility with Lightpanda, which sends numeric IDs where Chrome sends strings (#775) -- Fixed **misleading SIGPIPE comment** to accurately describe the default Rust SIGPIPE behavior and why it is reset to `SIG_DFL` (#776) -- Fixed **WebM recording output** to use the VP9 codec (`libvpx-vp9`) instead of H.264, producing valid WebM files; also adds a padding filter to ensure even frame dimensions (#779) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ba657..316f088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # agent-browser +## 0.20.1 + +### Patch Changes + +- bd05917: ### Bug Fixes + + - Fixed **AX tree deserialization** to accept integer `nodeId` and `childIds` values for compatibility with Lightpanda, which sends numeric IDs where Chrome sends strings (#775) + - Fixed **misleading SIGPIPE comment** to accurately describe the default Rust SIGPIPE behavior and why it is reset to `SIG_DFL` (#776) + - Fixed **WebM recording output** to use the VP9 codec (`libvpx-vp9`) instead of H.264, producing valid WebM files; also adds a padding filter to ensure even frame dimensions (#779) + ## 0.20.0 ### Minor Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index ebc5e43..40c4ed0 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.0" +version = "0.20.1" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index db0b469..6072c16 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.0" +version = "0.20.1" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 551d29d..131b419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.0", + "version": "0.20.1", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [