From 60534dfd6382d780b7267b708d4c01da7de27bab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:44:31 -0600 Subject: [PATCH] chore: version packages (#243) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-7099451c.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/release-7099451c.md diff --git a/.changeset/release-7099451c.md b/.changeset/release-7099451c.md deleted file mode 100644 index 60d6765..0000000 --- a/.changeset/release-7099451c.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Allow null values for the screenshot selector field. Previously, passing a null selector would fail validation, but now it is properly handled as an optional value. diff --git a/CHANGELOG.md b/CHANGELOG.md index 432fe6c..ad853e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.7.6 + +### Patch Changes + +- a4d0c26: Allow null values for the screenshot selector field. Previously, passing a null selector would fail validation, but now it is properly handled as an optional value. + ## 0.7.5 ### Patch Changes diff --git a/package.json b/package.json index 8a287d0..364de02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.7.5", + "version": "0.7.6", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",