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)