From 5fe02c5d906bcd13539d9bb7cdfd7a8554faa045 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:04:08 +0800 Subject: [PATCH] chore: release main (#699) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 965df22..055857b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.16.0", + ".": "0.16.1", "modules/apps": "0.2.1", "modules/banner": "0.7.2", "modules/docsearch": "0.1.24", diff --git a/CHANGELOG.md b/CHANGELOG.md index ade4fcd..cd335f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.1](https://github.com/hbstack/header/compare/v0.16.0...v0.16.1) (2024-10-10) + + +### Bug Fixes 🐞 + +* **menu:** set href as `#` if URL is empty for second-level menus ([8794710](https://github.com/hbstack/header/commit/8794710204b88e7b8d6cd625095f8ddd6058849a)) + ## [0.16.0](https://github.com/hbstack/header/compare/v0.15.1...v0.16.0) (2024-10-08)