From 43a4c78f937e06d8b8f346eb6b2c1c0bbbf5a18a 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:24:14 +0000 Subject: [PATCH] chore: release 0.5.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 f1c1e58..210d290 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9890e10..98da0ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/TzuH-Hsu/github-project-os/compare/v0.5.0...v0.5.1) (2026-09-16) + + +### Bug Fixes + +* the labeler test no longer assumes area:ci exists in the repository's labels.yml ([#67](https://github.com/TzuH-Hsu/github-project-os/issues/67)) ([eafbfd6](https://github.com/TzuH-Hsu/github-project-os/commit/eafbfd60a9ac3fa9b15d1ac8834d34d61f5b6608)) + ## [0.5.0](https://github.com/TzuH-Hsu/github-project-os/compare/v0.4.1...v0.5.0) (2026-09-16)