From 0305c1335a18ec8987c76a319bd017ceac14a4dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 23:40:24 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03229cd..4185e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/macarchy/macarchy-touchbar/compare/v0.4.0...v0.4.1) (2026-09-04) + + +### Bug Fixes + +* **ci:** take pkgver from the tag instead of release-please's extra-files ([#13](https://github.com/macarchy/macarchy-touchbar/issues/13)) ([62dd9af](https://github.com/macarchy/macarchy-touchbar/commit/62dd9afb09a74f357b3cf879ed4b48cae4f6802f)) + ## [0.4.0](https://github.com/macarchy/macarchy-touchbar/compare/v0.3.0...v0.4.0) (2026-09-04)