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",