From e1f2d0646ff760c5c9e0aad1fff68477204ce59d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:31:18 +0000 Subject: [PATCH] chore(main): release 1.10.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 f1c2ec3..ea901b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.2" + ".": "1.10.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7965c..cd192be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.3](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.2...v1.10.3) (2026-08-10) + + +### Bug Fixes + +* use stable PR route for webview links ([#75](https://github.com/CodeBoarding/CodeBoarding-action/issues/75)) ([e2f8a71](https://github.com/CodeBoarding/CodeBoarding-action/commit/e2f8a71dcab199c037637cf556af4c155f1b4dbd)) + ## [1.10.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.1...v1.10.2) (2026-08-07)