diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..211ac9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9640c..f290d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.0...v1.10.1) (2026-08-05) + + +### Bug Fixes + +* update CodeBoarding dependency to 0.13.6 ([#73](https://github.com/CodeBoarding/CodeBoarding-action/issues/73)) ([291fe31](https://github.com/CodeBoarding/CodeBoarding-action/commit/291fe3185dad84e06aac5532dd1fab93f6e124f8)) + ## [1.10.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.9.1...v1.10.0) (2026-08-04)