From 2da70ad71fa3afb57ad64282724894a9123f4fb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:18:21 +0800 Subject: [PATCH] chore: release main (#846) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34eecc00..b417b7de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.20.1", + ".": "0.21.0", "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 075ede51..a646695e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.21.0](https://github.com/hbstack/docs/compare/v0.20.1...v0.21.0) (2024-11-14) + + +### Features ✨ + +* add the `docs_root_section` page parameter ([#866](https://github.com/hbstack/docs/issues/866)) ([192f9df](https://github.com/hbstack/docs/commit/192f9dfdca0eb666354361b38a99ce634345820b)) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.8.0 ([74481d3](https://github.com/hbstack/docs/commit/74481d30719f4e424907a681ccc69b7f01771b24)) +* **deps:** update dependency stylelint-scss to v6.8.1 ([cb7e92a](https://github.com/hbstack/docs/commit/cb7e92aa4f7aa1d50e47d7c2c8a05040ade92e16)) +* **deps:** update dependency stylelint-scss to v6.9.0 ([2066738](https://github.com/hbstack/docs/commit/20667386d719e055540dbd328d49f58ff75578e7)) + ## [0.20.1](https://github.com/hbstack/docs/compare/v0.20.0...v0.20.1) (2024-10-12)