From 0f505f7b99835aeacf052fb6edd61d30f51751ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:16:17 +0000 Subject: [PATCH] chore(main): release 1.10.0 --- .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 2b6f978..d9246dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.1" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9ef2f..ed9640c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.9.1...v1.10.0) (2026-08-04) + + +### Features + +* add manual release trigger ([#71](https://github.com/CodeBoarding/CodeBoarding-action/issues/71)) ([52b4bc3](https://github.com/CodeBoarding/CodeBoarding-action/commit/52b4bc3f0e029a681165769e4ee6ee150ba01c74)) + ## [1.9.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.9.0...v1.9.1) (2026-08-02)