From 7edc5d596c8961615bce7e76200e49bb219d901a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:56:46 -0600 Subject: [PATCH] chore: version packages (#610) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-c4c2b53d.md | 5 ----- CHANGELOG.md | 6 ++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/release-c4c2b53d.md diff --git a/.changeset/release-c4c2b53d.md b/.changeset/release-c4c2b53d.md deleted file mode 100644 index 52878b2..0000000 --- a/.changeset/release-c4c2b53d.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Added AGENT_BROWSER_HEADED environment variable support for running the browser in headed mode, and improved temporary profile cleanup when launching Chrome directly. Also includes documentation clarification that browser extensions work in both headed and headless modes. diff --git a/CHANGELOG.md b/CHANGELOG.md index c598aa5..4161055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.16.2 + +### Patch Changes + +- 01ac557: Added AGENT_BROWSER_HEADED environment variable support for running the browser in headed mode, and improved temporary profile cleanup when launching Chrome directly. Also includes documentation clarification that browser extensions work in both headed and headless modes. + ## 0.16.1 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index ba20afb..0c12a78 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.16.1" +version = "0.16.2" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bec5b01..2d3616a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.16.1" +version = "0.16.2" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index a949d0f..c4b6f3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.16.1", + "version": "0.16.2", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",