From ece78be332e11f73b8b71ca1456492b7f3cd7d22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:11:19 +0000 Subject: [PATCH] chore(main): release 1.12.3 --- .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 0607391..d60a882 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.2" + ".": "1.12.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68950a3..032c676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.3](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.2...v1.12.3) (2026-08-26) + + +### Bug Fixes + +* **action:** restore Core runtime compatibility ([#101](https://github.com/CodeBoarding/CodeBoarding-action/issues/101)) ([b735334](https://github.com/CodeBoarding/CodeBoarding-action/commit/b735334588180ecfce3ef98c9346fc6c68c15acf)) + ## [1.12.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.1...v1.12.2) (2026-08-26)