diff --git a/.changeset/release-b292431e.md b/.changeset/release-b292431e.md deleted file mode 100644 index 06c05a4..0000000 --- a/.changeset/release-b292431e.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Documentation site improvements and internal tooling updates including enhanced code blocks, mobile navigation, and docs chat components. CLI connection and output handling refinements. Skill creator reference documentation and scripts have been reorganized. diff --git a/CHANGELOG.md b/CHANGELOG.md index 935a3cd..e39867f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.15.2 + +### Patch Changes + +- 6aea316: Documentation site improvements and internal tooling updates including enhanced code blocks, mobile navigation, and docs chat components. CLI connection and output handling refinements. Skill creator reference documentation and scripts have been reorganized. + ## 0.15.1 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index df45daa..e46d98b 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.15.1" +version = "0.15.2" dependencies = [ "base64", "dirs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a2f0a56..e168aee 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.15.1" +version = "0.15.2" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 402727c..a9547a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.15.1", + "version": "0.15.2", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",