From 4adca3cc9d58ec902cb814c71d1c37cdc6f9c43f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 17:23:42 +0000 Subject: [PATCH] chore(main): release 1.10.1 --- .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 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)