diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87f5de0..0607391 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1942bb7..17d2d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.1...v1.12.2) (2026-08-19) + + +### Bug Fixes + +* **review:** say when artifacts cannot be listed ([#98](https://github.com/CodeBoarding/CodeBoarding-action/issues/98)) ([dd11082](https://github.com/CodeBoarding/CodeBoarding-action/commit/dd11082547c58659250a3fbe54a9d4c4c4c9cb17)) + ## [1.12.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.0...v1.12.1) (2026-08-19)