From b3fde0711f3de421233d5b9d8b9984edbb35127a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:01:54 +0800 Subject: [PATCH] chore(master): release 1.5.7 (#1040) 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 de21790b..49f82f5d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.6" + ".": "1.5.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 90206b84..7506f408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.7](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.5.6...v1.5.7) (2024-06-15) + + +### Bug Fixes 🐞 + +* avoid paginating on non pagination pages ([#1039](https://github.com/razonyang/hugo-theme-bootstrap/issues/1039)) ([399c304](https://github.com/razonyang/hugo-theme-bootstrap/commit/399c304ebdddee4aa150bbab47b964815b0ba261)) + ## [1.5.6](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.5.5...v1.5.6) (2024-04-19)