diff --git a/.changeset/release-df38eef0.md b/.changeset/release-df38eef0.md deleted file mode 100644 index 9015f45..0000000 --- a/.changeset/release-df38eef0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Added support for custom executable path in CLI browser launch options. Documentation site received UI improvements including a new chat component with sheet-based interface and updated dependencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e98a2..aae9a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.9.3 + +### Patch Changes + +- d03e238: Added support for custom executable path in CLI browser launch options. Documentation site received UI improvements including a new chat component with sheet-based interface and updated dependencies. + ## 0.9.2 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index bceb23a..863d139 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.9.2" +version = "0.9.3" dependencies = [ "base64", "dirs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e29565c..e0548c2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.9.2" +version = "0.9.3" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index b5316c0..fb7dda6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.9.2", + "version": "0.9.3", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",