From dd35ff69af5e9c53fe970d2b138e18dd151aae4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:42:04 +0000 Subject: [PATCH] chore(main): release 0.4.4 --- .github/CHANGELOG.md | 7 +++++++ .github/release-please-manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 6701acf..06034f9 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/bluebrown/kobold/compare/v0.4.3...v0.4.4) (2026-05-06) + + +### Bug Fixes + +* **handler:** ensure lastChange is preserved and improve commit message handling ([#77](https://github.com/bluebrown/kobold/issues/77)) ([3ab9ed9](https://github.com/bluebrown/kobold/commit/3ab9ed9d75622dd3d7742cd5b3b2bbc0d1f25dfe)) + ## [0.4.3](https://github.com/bluebrown/kobold/compare/v0.4.2...v0.4.3) (2025-11-25) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b81fe00..ec087f9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "0.4.4" }