From 6488aae458ad6d6779e372a804e639a0efdc285d Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Sat, 4 Apr 2026 09:27:43 +0900 Subject: [PATCH] chore(release): bump to 0.24.0-fork.2, publish as latest tag Co-Authored-By: Claude Opus 4.6 --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 9308c5c..2e0a046 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.24.0-fork.1" +version = "0.24.0-fork.2" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f159984..2da4ac7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.24.0-fork.1" +version = "0.24.0-fork.2" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 060c6f9..7cecbed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.24.0-fork.1", + "version": "0.24.0-fork.2", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "files": [ @@ -27,9 +27,6 @@ "release": "npm run version:sync && npm run build:all-platforms && npm publish --tag fork", "postinstall": "node scripts/postinstall.js" }, - "publishConfig": { - "tag": "fork" - }, "keywords": [ "browser", "automation",