From 4827e7d67256e1ba0c7c24759bd1f2575104bbea Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 23 Apr 2026 18:03:06 -0700 Subject: [PATCH] v1.10.0.0: bump VERSION (was v1.7.0.0, align with branch discipline) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per user direction — jumping to 1.10.0.0 for versioning alignment. No functional changes from the prior ship commit (5f038ab7). The regression fix + Pros/Cons format are identical. 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 6937edd8..f009261d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.7.0.0] - 2026-04-23 +## [1.10.0.0] - 2026-04-23 ## **Plan reviews walk you through each issue again, and every question is now a real decision brief.** diff --git a/VERSION b/VERSION index fe772f60..02bd4cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0.0 +1.10.0.0 diff --git a/package.json b/package.json index d293b053..200cc875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.7.0.0", + "version": "1.10.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",