From 70d0e461e3ada0b692fb096611783237d628c38b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 04:49:12 +0000 Subject: [PATCH] chore: release main --- .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 53c4a99d..ac47b31c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.19.0", + ".": "0.20.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 bccda77e..708708de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0](https://github.com/hbstack/docs/compare/v0.19.0...v0.20.0) (2024-10-12) + + +### Features ✨ + +* add the `hb.docs.navs_active_style` parameter ([#836](https://github.com/hbstack/docs/issues/836)) ([1d55bfa](https://github.com/hbstack/docs/commit/1d55bfa3dd8b4dda5af28c7b6577a7375d060d7c)), closes [#835](https://github.com/hbstack/docs/issues/835) + ## [0.19.0](https://github.com/hbstack/docs/compare/v0.18.1...v0.19.0) (2024-09-21)