From b3cb97f696fb88b063e15edf45f0c8fee00f7ad5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:55:47 +0800 Subject: [PATCH] chore(master): release 1.6.6 (#1061) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bef1efb..3b626b67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.5" + ".": "1.6.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 82828bb6..afc6bc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.6.6](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.6.5...v1.6.6) (2024-08-22) + + +### Bug Fixes 🐞 + +* add sidebar-none into PurgeCSS safelist ([f3ab300](https://github.com/razonyang/hugo-theme-bootstrap/commit/f3ab3004429c7510d0c38a9dd4b35b43b2af287d)) +* broken layouts ([#1060](https://github.com/razonyang/hugo-theme-bootstrap/issues/1060)) ([4438926](https://github.com/razonyang/hugo-theme-bootstrap/commit/4438926211e05997d65d61f83ed1ba38d43c6755)) +* table CLS issue ([7cc1115](https://github.com/razonyang/hugo-theme-bootstrap/commit/7cc1115bfb92632797d9a40951e7070ea6688091)), closes [#1062](https://github.com/razonyang/hugo-theme-bootstrap/issues/1062) + ## [1.6.5](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.6.4...v1.6.5) (2024-08-20)