From 002d0ebeb8729914db15e495962908aedf62fea4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:32:56 +0000 Subject: [PATCH] chore(main): release 0.1.90 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e32085..6f66aa5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.89" + ".": "0.1.90" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c6cc8..cb1c540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.90](https://github.com/shelltime/cli/compare/v0.1.89...v0.1.90) (2026-08-31) + + +### Bug Fixes + +* **hooks:** detach fish hook from the tty ([3027b19](https://github.com/shelltime/cli/commit/3027b191c4324f5fee763d0e4f2ba2c7d413d0ae)) +* **hooks:** detach fish hook from the tty ([b5316cd](https://github.com/shelltime/cli/commit/b5316cdf404b726247c28150a94d954c0c2501e2)) + + +### Continuous Integration + +* **workflows:** move Claude Code and Claude Code Review jobs from jp-arm-oracle to ubuntu-latest ([#300](https://github.com/shelltime/cli/issues/300)) ([135d484](https://github.com/shelltime/cli/commit/135d484d4e990efe2f47cf9b4b65040aadc1bbf3)) + ## [0.1.89](https://github.com/shelltime/cli/compare/v0.1.88...v0.1.89) (2026-07-31)