From e272546b5c3dde731581033420264ed7d0c950b0 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Sat, 13 Jun 2026 17:16:49 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=201.3.0=20=E2=80=94=20daemon=20?= =?UTF-8?q?restart/status=20(#20.2)=20+=20live=20tab=20resync,=20adopt-by-?= =?UTF-8?q?targetId,=20open=20--reuse-tab=20(#21)?= 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 33b3ad0..02fa456 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -290,7 +290,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrome-use" -version = "1.2.3" +version = "1.3.0" dependencies = [ "aes", "aes-gcm", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6db1dcc..6a2dd90 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrome-use" -version = "1.2.3" +version = "1.3.0" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 113ba36..4a7eee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-use", - "version": "1.2.3", + "version": "1.3.0", "description": "chrome-use — drive your real, logged-in Chrome from any AI agent, stealth by default", "type": "module", "packageManager": "pnpm@11.1.3",