diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1adaf63..bf6b571 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.3" + ".": "1.5.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f58c1cb..5ebbe37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.4](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.5.3...v1.5.4) (2026-06-19) + + +### Bug Fixes + +* review inherits committed baseline depth for the PR diff ([#45](https://github.com/CodeBoarding/CodeBoarding-action/issues/45)) ([6aa40f2](https://github.com/CodeBoarding/CodeBoarding-action/commit/6aa40f2349afe7a2659af86f454d8ff2e2f44415)) + ## [1.5.3](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.5.2...v1.5.3) (2026-06-19)