diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4a5e505..189d7719 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.2.0", + ".": "0.3.0", "modules/docsearch": "0.1.2", "modules/language-picker": "0.1.2", "modules/search": "0.1.10", diff --git a/CHANGELOG.md b/CHANGELOG.md index 53817eb5..543f93a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/hbstack/header/compare/v0.2.0...v0.3.0) (2023-07-10) + + +### Styles 🎨 + +* show the full description of dropdown menus ([#114](https://github.com/hbstack/header/issues/114)) ([24b70a5](https://github.com/hbstack/header/commit/24b70a5295cee6260d90c7b7d638e3bc1a4b5b6e)) + + +### Features ✨ + +* add the target and rel parameters ([#115](https://github.com/hbstack/header/issues/115)) ([60242da](https://github.com/hbstack/header/commit/60242daafe203bdfe3cbbca64dc6628ec7ca3257)) + ## [0.2.0](https://github.com/hbstack/header/compare/v0.1.17...v0.2.0) (2023-07-06)