From 9a1cc0ed6a02bf84ac2f8261c001c8775431ee33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:03:32 -0600 Subject: [PATCH] chore: version packages (#281) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-18a32425.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/release-18a32425.md diff --git a/.changeset/release-18a32425.md b/.changeset/release-18a32425.md deleted file mode 100644 index 59f61d1..0000000 --- a/.changeset/release-18a32425.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": minor ---- - -Added Kernel cloud browser provider integration with support for stealth mode and persistent profiles. Added --ignore-https-errors flag for working with self-signed certificates. Enhanced cookies set command with additional options for domain, path, httpOnly, secure, sameSite, and expires parameters. diff --git a/CHANGELOG.md b/CHANGELOG.md index ad853e2..a0e6ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.8.0 + +### Minor Changes + +- e059730: Added Kernel cloud browser provider integration with support for stealth mode and persistent profiles. Added --ignore-https-errors flag for working with self-signed certificates. Enhanced cookies set command with additional options for domain, path, httpOnly, secure, sameSite, and expires parameters. + ## 0.7.6 ### Patch Changes diff --git a/package.json b/package.json index 364de02..0b082fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.7.6", + "version": "0.8.0", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",