From 832ef282e26447a065d2fb5178c74b59f6d8bf4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:59:10 +0000 Subject: [PATCH] chore(main): release 1.11.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 cf198b9..1b796cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9615e..d1dff93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.11.0...v1.11.1) (2026-08-18) + + +### Bug Fixes + +* **review:** stop attempting a cache save a comment run cannot make ([#86](https://github.com/CodeBoarding/CodeBoarding-action/issues/86)) ([6bd6951](https://github.com/CodeBoarding/CodeBoarding-action/commit/6bd6951061dfd06f2162e0c2dd50db5d7c791bd0)) + ## [1.11.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.3...v1.11.0) (2026-08-18)