From 1efe3e628cfe67203ff87d4a9ad2df2427f628e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:02:03 +0000 Subject: [PATCH] chore: release main --- .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 364056a7..46baccb0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.23.0", + ".": "0.23.1", "modules/breadcrumb": "0.1.10", "modules/content-panel": "0.1.8", "modules/decap-cms": "0.3.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index d711f59a..dbb94637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.23.1](https://github.com/hbstack/docs/compare/v0.23.0...v0.23.1) (2025-06-02) + + +### Bug Fixes 🐞 + +* correct the :last-child selector of content ([6f10718](https://github.com/hbstack/docs/commit/6f10718951f6a3ba3c6ec5685f35ebefda564597)) +* **deps:** update dependency stylelint-scss to v6.12.0 ([f0fc2b3](https://github.com/hbstack/docs/commit/f0fc2b3ff21ced74f3bcec4d2e95751d7f62ee29)) + ## [0.23.0](https://github.com/hbstack/docs/compare/v0.22.0...v0.23.0) (2025-03-17)