From b2afbac47ceeccb0af1d9702ba3eeba94e3df830 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:24:25 +0000 Subject: [PATCH] chore(main): release stitch-kit 1.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fb640..de4030a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.10.0...stitch-kit-v1.11.0) (2026-06-09) + + +### New Skills & Features + +* compaction-resilient session state (Claude Code + Codex) ([#15](https://github.com/gabelul/stitch-kit/issues/15)) ([c22fa60](https://github.com/gabelul/stitch-kit/commit/c22fa60cc55a4ef0077b1ff8579e96b47ddb783c)) + ## [1.10.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.9.0...stitch-kit-v1.10.0) (2026-03-24)