From d0151e3f34eb78baa949de9e1343c6eac44f6047 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 06:11:15 +0000 Subject: [PATCH] chore: release 0.5.0 --- .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 218393f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e32b9..9890e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/TzuH-Hsu/github-project-os/compare/v0.4.1...v0.5.0) (2026-09-16) + + +### Features + +* issue labeler logic moves to scripts/issue-labeler.js with a durable test ([#63](https://github.com/TzuH-Hsu/github-project-os/issues/63)) ([f464cfb](https://github.com/TzuH-Hsu/github-project-os/commit/f464cfb0b3feb7e99fc33b0da742dfdf10a20691)) + ## [0.4.1](https://github.com/TzuH-Hsu/github-project-os/compare/v0.4.0...v0.4.1) (2026-09-16)