From de859d8f6bbf102a4a79270bbd1dd43d04ee2773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:51:46 -0600 Subject: [PATCH] chore: version packages (#349) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/stdin-eval.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/stdin-eval.md diff --git a/.changeset/stdin-eval.md b/.changeset/stdin-eval.md deleted file mode 100644 index 6e5c36b..0000000 --- a/.changeset/stdin-eval.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Add --stdin flag for eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a73bb..21dcad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.8.9 + +### Patch Changes + +- 0dc36f2: Add --stdin flag for eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts + ## 0.8.8 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 25098c9..33f6250 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.8.8" +version = "0.8.9" dependencies = [ "base64", "dirs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a627d3f..be69911 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.8.8" +version = "0.8.9" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 8ec7833..e1b5fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.8.8", + "version": "0.8.9", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",