From 780452dd17a99e2bcec7186266e877a45e1d01fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:10:55 +0000 Subject: [PATCH] chore(main): release 0.1.80 --- .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 62f7c00..6639aa4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.79" + ".": "0.1.80" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db8bc1..d6d0a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.80](https://github.com/shelltime/cli/compare/v0.1.79...v0.1.80) (2026-04-06) + + +### Bug Fixes + +* **daemon:** update codex auth.json parsing to match actual file format ([9576253](https://github.com/shelltime/cli/commit/95762530a9efb8313903762c2426b213b3bcf199)) +* **daemon:** update codex auth.json parsing to match actual file format ([bbb68b6](https://github.com/shelltime/cli/commit/bbb68b67066806e7babc72e9a705be04fbd389a9)) + ## [0.1.79](https://github.com/shelltime/cli/compare/v0.1.78...v0.1.79) (2026-04-06)