From be5400e2bc72098161332dda199c45ba0e903297 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:21:21 +0000 Subject: [PATCH] chore(main): release 1.10.2 --- .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 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)