From 34b91c3fbd8a5e6987b4aa88b18ff24e9961508e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:59:59 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d54769..abcf1ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/bumaruf/ttm-cli/compare/v0.3.1...v0.4.0) (2026-07-15) + + +### Features + +* add a pack of 20 bundled themes ([#23](https://github.com/bumaruf/ttm-cli/issues/23)) ([77e2b51](https://github.com/bumaruf/ttm-cli/commit/77e2b51b0e2cdf9f17b58d5aaef3de26f4002cde)) +* notify when a new version is available ([#31](https://github.com/bumaruf/ttm-cli/issues/31)) ([7da2a0b](https://github.com/bumaruf/ttm-cli/commit/7da2a0bd2345e9017d4f638200ee41fd24a1d2a7)) + + +### Bug Fixes + +* **ci:** slugify theme paths with accent stripping so accented names don't false-collide ([#29](https://github.com/bumaruf/ttm-cli/issues/29)) ([b3e0f69](https://github.com/bumaruf/ttm-cli/commit/b3e0f697cd85fbd21d04eb8dbe2f3d3d6e6b0823)) + ## [0.3.1](https://github.com/bumaruf/ttm-cli/compare/v0.3.0...v0.3.1) (2026-07-15) diff --git a/package.json b/package.json index 5228242..154b1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bumaruf/ttm-cli", - "version": "0.3.1", + "version": "0.4.0", "description": "Terminal theme manager — pick a theme by seeing it live in the window you're sitting in", "type": "module", "bin": {