From cc53b25fab7257c62072be8794d97613f4da6143 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 9 Jul 2026 18:35:19 -0700 Subject: [PATCH] chore: sync package.json version to 1.59.1.0 The branch bumped VERSION without package.json; test/gen-skill-docs.test.ts:256 asserts they match, so bun test failed on the branch as submitted. Co-Authored-By: Claude Fable 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4727042e5..db9f7f4a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.58.5.0", + "version": "1.59.1.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",