From 6ec7a39c5e255322a0fc93e15178f6bc3f1a9e2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:55:59 +0000 Subject: [PATCH] chore(main): release 1.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 099626f..7840fde 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b56722..03bdcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.8.0...v1.8.1) (2026-07-15) + + +### Bug Fixes + +* render global analysis relations in PR diagrams ([#56](https://github.com/CodeBoarding/CodeBoarding-action/issues/56)) ([0a8328b](https://github.com/CodeBoarding/CodeBoarding-action/commit/0a8328baf2b86e92af9a7ea4efb4dc1cab77855b)) +* update CodeBoarding dependency to 0.13.2 ([7358554](https://github.com/CodeBoarding/CodeBoarding-action/commit/735855451ca372a4e4c1d3275d0167e9bedf4385)) + ## [1.8.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.7.0...v1.8.0) (2026-07-14)