From bcaf655316554b9782b73b67fe70f5fe834b865a Mon Sep 17 00:00:00 2001 From: Hunter B Date: Tue, 9 Jun 2026 22:35:50 -0700 Subject: [PATCH] fix: bump npm wrapper version, add v0.8.56 compare link, resync TUI CHANGELOG --- CHANGELOG.md | 1 + crates/tui/CHANGELOG.md | 1 + npm/codewhale/package.json | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa47ace..eea1e446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5934,6 +5934,7 @@ Welcome — and thank you. - Example skills and launch assets [Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...HEAD +[0.8.56]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...v0.8.56 [0.8.55]: https://github.com/Hmbown/CodeWhale/compare/v0.8.54...v0.8.55 [0.8.54]: https://github.com/Hmbown/CodeWhale/compare/v0.8.53...v0.8.54 [0.8.53]: https://github.com/Hmbown/CodeWhale/compare/v0.8.52...v0.8.53 diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index daa47ace..eea1e446 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -5934,6 +5934,7 @@ Welcome — and thank you. - Example skills and launch assets [Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...HEAD +[0.8.56]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...v0.8.56 [0.8.55]: https://github.com/Hmbown/CodeWhale/compare/v0.8.54...v0.8.55 [0.8.54]: https://github.com/Hmbown/CodeWhale/compare/v0.8.53...v0.8.54 [0.8.53]: https://github.com/Hmbown/CodeWhale/compare/v0.8.52...v0.8.53 diff --git a/npm/codewhale/package.json b/npm/codewhale/package.json index b618b0ca..48b20807 100644 --- a/npm/codewhale/package.json +++ b/npm/codewhale/package.json @@ -1,7 +1,7 @@ { "name": "codewhale", - "version": "0.8.55", - "codewhaleBinaryVersion": "0.8.55", + "version": "0.8.56", + "codewhaleBinaryVersion": "0.8.56", "description": "Install and run CodeWhale, the agentic terminal for open-source and open-weight coding models, from GitHub release artifacts.", "author": "Hmbown", "license": "MIT",