From c2a9b39df14d324c9fb86d28b6a7563af21beca2 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Tue, 9 Jun 2026 11:19:05 -0700 Subject: [PATCH] chore: re-version 1.59.1.0 -> 1.57.8.0 (natural PATCH from 1.57.7.0) Co-Authored-By: Claude Opus 4.8 (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 3deb9b1db..438536cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.59.1.0] - 2026-06-09 +## [1.57.8.0] - 2026-06-09 ## **`browse` is now the one Chromium on the box, for offline rendering too.** ## **`js`/`eval --out ` writes a render straight to disk, so skills stop bundling their own puppeteer.** diff --git a/VERSION b/VERSION index 504ad96af..caf2638d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.59.1.0 +1.57.8.0 diff --git a/package.json b/package.json index 0dd83531c..789aa8db8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.59.1.0", + "version": "1.57.8.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",