From bfaa92343704040f17806c88c14d54c3fc24ee20 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 26 Apr 2026 14:15:17 -0700 Subject: [PATCH] =?UTF-8?q?release:=20bump=20v1.13.0.0=20=E2=86=92=20v1.16?= =?UTF-8?q?.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Main shipped v1.13.0.0 (claude outside-voice skill), v1.14.0.0 (sidebar REPL), and v1.15.0.0 (slim preamble + plan-mode E2E) while this branch was in flight. Use v1.16.0.0 as the next available slot. 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 88ab3e44..e1e1aef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.13.0.0] - 2026-04-26 +## [1.16.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 3d53f664..6d98661f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.0.0 +1.16.0.0 diff --git a/package.json b/package.json index d2561ca8..8ef13e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.13.0.0", + "version": "1.16.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",