From 1c2e5940030fadc52926129fc7d75bb0d79ad19a Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Thu, 11 Jun 2026 19:53:27 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=200.27.0-fork.37=20=E2=80=94=20?= =?UTF-8?q?complete=20humanize=20(bbox=20jitter=20+=20wheel/drag=20easing)?= 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 32acaa8..c0722bd 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.36" +version = "0.27.0-fork.37" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 294fe45..15039af 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.36" +version = "0.27.0-fork.37" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index b903623..7145f3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.36", + "version": "0.27.0-fork.37", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",