From c7c6e4b9d433b8ce38ba64df3c6c673b16bbda53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:29:17 +0000 Subject: [PATCH] chore(main): release 0.1.89 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0cc3ca8..1e32085 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.88" + ".": "0.1.89" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a21e6..24c6cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.89](https://github.com/shelltime/cli/compare/v0.1.88...v0.1.89) (2026-07-31) + + +### Bug Fixes + +* **daemon:** restore Codex usage synchronization ([dac9b2a](https://github.com/shelltime/cli/commit/dac9b2a7973d7b51a6b807bd3c19ddb68c1e94aa)) +* **daemon:** restore Codex usage synchronization ([70fc0fc](https://github.com/shelltime/cli/commit/70fc0fc9c2913dac8d63c6d6ae359b993b571461)) + ## [0.1.88](https://github.com/shelltime/cli/compare/v0.1.87...v0.1.88) (2026-06-22)