From 3c168149155019faf8a17189cc0c1fe603bd178e Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 26 Apr 2026 14:12:58 -0700 Subject: [PATCH] =?UTF-8?q?release:=20bump=20v1.9.0.0=20=E2=86=92=20v1.13.?= =?UTF-8?q?0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Main shipped through v1.11.1.0 while this branch was in flight; v1.12.x is presumed claimed by another in-flight branch. Use v1.13.0.0 as the next available slot. Updated VERSION, package.json, and the CHANGELOG header. Entry body unchanged. 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 079b0fa6..88ab3e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.9.0.0] - 2026-04-26 +## [1.13.0.0] - 2026-04-26 ## **Browser-skills land. Hand-write a deterministic browser script once, run it forever in 200ms instead of 30s of agent re-exploration.** diff --git a/VERSION b/VERSION index dcafa494..3d53f664 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0.0 +1.13.0.0 diff --git a/package.json b/package.json index 701203e8..d2561ca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.9.0.0", + "version": "1.13.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",