From ffe29b8a263c79b5e841a545ffa34bb00961eb90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:15:12 -0600 Subject: [PATCH] chore: version packages (#408) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-a82c1401.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-a82c1401.md diff --git a/.changeset/release-a82c1401.md b/.changeset/release-a82c1401.md deleted file mode 100644 index 725d139..0000000 --- a/.changeset/release-a82c1401.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Documentation site migrated to MDX for improved content authoring, added AI-powered docs chat feature, and updated README with Homebrew installation instructions for macOS users. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bde3ca..21e98a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.9.2 + +### Patch Changes + +- 76d23db: Documentation site migrated to MDX for improved content authoring, added AI-powered docs chat feature, and updated README with Homebrew installation instructions for macOS users. + ## 0.9.1 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 56c317b..bceb23a 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.9.1" +version = "0.9.2" dependencies = [ "base64", "dirs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 66806a0..e29565c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.9.1" +version = "0.9.2" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 4276718..b5316c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.9.1", + "version": "0.9.2", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",