From 42f47c49aa2a121d3aad8b7b90d4ae63e44ecddb Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Tue, 16 Jun 2026 14:26:41 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=201.5.9=20=E2=80=94=20strip=20z?= =?UTF-8?q?ero-width=20title=20unicode=20(#33)=20+=20screenshot=20--clip/e?= =?UTF-8?q?lement=20(#34)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index d0dcca4..d57b843 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -290,7 +290,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrome-use" -version = "1.5.8" +version = "1.5.9" dependencies = [ "aes", "aes-gcm", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e406b2f..ce8c80c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrome-use" -version = "1.5.8" +version = "1.5.9" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 59678f3..840ed21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-use", - "version": "1.5.8", + "version": "1.5.9", "description": "chrome-use — drive your real, logged-in Chrome from any AI agent, stealth by default", "type": "module", "packageManager": "pnpm@11.1.3",