From 214b759214a433a870d48dfcbd7bbf56cbd07e11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:51:42 +0800 Subject: [PATCH] chore(master): release 1.7.1 (#1067) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7588679c..f2c43d59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d14eafc..58f710f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.7.1](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.7.0...v1.7.1) (2024-08-29) + + +### Bug Fixes 🐞 + +* correct taxonomy titles ([ff31f29](https://github.com/razonyang/hugo-theme-bootstrap/commit/ff31f296f2a913fc65337f36899a51e9ca26e5ce)) + + +### Styles 🎨 + +* change scrollbar width and hover color for docs nav and sidebar ([8aa8ded](https://github.com/razonyang/hugo-theme-bootstrap/commit/8aa8ded23b0469d302211c35d3c58d502632c82a)) + ## [1.7.0](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.6.6...v1.7.0) (2024-08-23)