From f3d040328ba907a983b67aed5601247a3b036a3f Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 20 May 2026 11:29:18 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=20v1.42.1.1=20=E2=86=92?= =?UTF-8?q?=20v1.42.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-requested rebump (claims v1.42.2.0 slot on the queue). Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 +- VERSION | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ee2307e..c0a68ca35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.42.1.1] - 2026-05-20 +## [1.42.2.0] - 2026-05-20 ## **Headed Chromium stops shipping the yellow `--no-sandbox` infobar, and Cmd+Q on the managed window stops triggering the supervisor respawn loop.** ## **Two launch-path bugs land together with the missing exit-code wiring that made the second fix actually take effect end-to-end.** diff --git a/VERSION b/VERSION index 3d554781d..a8290b63d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.42.1.1 +1.42.2.0 diff --git a/package.json b/package.json index fb3421371..7d75332e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.42.1.1", + "version": "1.42.2.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",