From cc38319b40b3d81293fbb84bc065eb47624e6514 Mon Sep 17 00:00:00 2001 From: "jimehbot[bot]" <132453784+jimehbot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:25:59 +0100 Subject: [PATCH] chore(master): release 0.6.59 (#139) Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6aedc20..d7b44ee 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.58" + ".": "0.6.59" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad4aae..92eed94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.59](https://github.com/jimeh/build-emacs-for-macos/compare/v0.6.58...v0.6.59) (2025-06-27) + + +### Bug Fixes + +* **builder/plan:** append test build name to release name ([#138](https://github.com/jimeh/build-emacs-for-macos/issues/138)) ([e888540](https://github.com/jimeh/build-emacs-for-macos/commit/e8885400e66bdb9304f99d9b072aa4dec4e83f4b)) + ## [0.6.58](https://github.com/jimeh/build-emacs-for-macos/compare/v0.6.57...v0.6.58) (2025-06-27)