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",