From 06a32f41912b2f745ef921219b8a3fda5cfa805f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 00:40:56 -0600 Subject: [PATCH] chore: version packages (#499) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-7a98777c.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-7a98777c.md diff --git a/.changeset/release-7a98777c.md b/.changeset/release-7a98777c.md deleted file mode 100644 index bc20f83..0000000 --- a/.changeset/release-7a98777c.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Added documentation for command chaining with && across README, CLI help output, docs, and skill files, explaining how to efficiently chain multiple agent-browser commands in a single shell invocation since the browser persists via a background daemon. diff --git a/CHANGELOG.md b/CHANGELOG.md index dccbeaf..ed539dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.11.1 + +### Patch Changes + +- c6fc7df: Added documentation for command chaining with && across README, CLI help output, docs, and skill files, explaining how to efficiently chain multiple agent-browser commands in a single shell invocation since the browser persists via a background daemon. + ## 0.11.0 ### Minor Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 97f30b5..87c1ec5 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.11.0" +version = "0.11.1" dependencies = [ "base64", "dirs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ed89589..c57137a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 590d472..f217397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.11.0", + "version": "0.11.1", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",