From e8864c96e2b46a584c3c47e09381351a83d8696c Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Fri, 12 Jun 2026 22:47:03 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=201.2.2=20=E2=80=94=20non-block?= =?UTF-8?q?ing=20'update=20available'=20notice=20+=20release=20changelogs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - feat(cli): non-blocking update-available notice (stderr, once/day, opt-out) so users learn to upgrade - ci(release): auto-generate changelog from commit log on every release --- 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 d698252..c1175bd 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -290,7 +290,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrome-use" -version = "1.2.1" +version = "1.2.2" dependencies = [ "aes", "aes-gcm", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a1c33b6..e267cc9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrome-use" -version = "1.2.1" +version = "1.2.2" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 9011e3d..d70360c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-use", - "version": "1.2.1", + "version": "1.2.2", "description": "chrome-use — drive your real, logged-in Chrome from any AI agent, stealth by default", "type": "module", "packageManager": "pnpm@11.1.3",