diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fde56f8c..f7ed2dbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.13.2", + ".": "0.14.0", "modules/breadcrumb": "0.1.9", "modules/content-panel": "0.1.8", "modules/decap-cms": "0.2.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ea6703..661f0e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.14.0](https://github.com/hbstack/docs/compare/v0.13.2...v0.14.0) (2024-04-05) + + +### Features ✨ + +* add the hb.docs.navs_border, default to true, when false disable the left border for navs ([c368d98](https://github.com/hbstack/docs/commit/c368d98c4d1f036280ed4014735359cde56fa6cf)) + + +### Styles 🎨 + +* show left border for sub navs ([c368d98](https://github.com/hbstack/docs/commit/c368d98c4d1f036280ed4014735359cde56fa6cf)) + ## [0.13.2](https://github.com/hbstack/docs/compare/v0.13.1...v0.13.2) (2024-04-03)