From 2314ae23966a6aa0f46c2a8e511bf2c0b24177e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:59:04 +0000 Subject: [PATCH] chore(main): release 1.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d60a882..23860f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.3" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 032c676..2d9648f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.13.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.3...v1.13.0) (2026-08-31) + + +### Features + +* require an explicit llm input and never fall back to hosted credentials ([#104](https://github.com/CodeBoarding/CodeBoarding-action/issues/104)) ([19ffef4](https://github.com/CodeBoarding/CodeBoarding-action/commit/19ffef4423916a3ada1ac95324c636f9b027eb0a)) + + +### Bug Fixes + +* bump CodeBoarding engine to 0.13.11 ([#117](https://github.com/CodeBoarding/CodeBoarding-action/issues/117)) ([0049667](https://github.com/CodeBoarding/CodeBoarding-action/commit/0049667f853d4e6f33728e33b014e394eaa9fd9e)) + ## [1.12.3](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.2...v1.12.3) (2026-08-26)