From f54d69db8b9182502ae526d5288dae8d82326a59 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 3 Jun 2026 08:45:59 -0700 Subject: [PATCH] chore: renumber v1.56.0.0 -> v1.59.0.0 (reserve a later landing slot) Bumps VERSION, package.json, and the CHANGELOG header. Leaves 1.57/1.58 free for PRs that land first; this branch claims 1.59.0.0 to land later. 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 bfc2da43b..d68de56f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.56.0.0] - 2026-05-31 +## [1.59.0.0] - 2026-05-31 ## **`/land` is a standalone skill now, and on a merge queue it's fire-and-forget: enqueue a stack of green PRs, walk away, and the queue lands them all on the base branch.** diff --git a/VERSION b/VERSION index 1d97cf7aa..a67d5f5d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.56.0.0 +1.59.0.0 diff --git a/package.json b/package.json index ea039c88c..b923f069d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.56.0.0", + "version": "1.59.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",