diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 211ac9a..f1c2ec3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f290d71..3b7965c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.1...v1.10.2) (2026-08-07) + + +### Bug Fixes + +* **action:** force release-please via manual dispatch ([#77](https://github.com/CodeBoarding/CodeBoarding-action/issues/77)) ([2fe1d47](https://github.com/CodeBoarding/CodeBoarding-action/commit/2fe1d476e6bad4f55db1bd5e6c88c621d6ec5e2a)) + ## [1.10.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.0...v1.10.1) (2026-08-05)