From 66e713d2f8b4907a51e46657240023f9f5adda6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:08:31 +0800 Subject: [PATCH] chore(master): release 1.5.0 (#1010) 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 ce276fa1..6180eb92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb2a573..fc451855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.0](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.4.1...v1.5.0) (2023-12-02) + + +### Features ✨ + +* add the numberifyHeadings page parameter ([#1011](https://github.com/razonyang/hugo-theme-bootstrap/issues/1011)) ([9947857](https://github.com/razonyang/hugo-theme-bootstrap/commit/99478576c0fa2e45ef4c55e1d8d4cb6a8f009d29)) + + +### Bug Fixes 🐞 + +* bring the post.excerpt parameter back ([#1009](https://github.com/razonyang/hugo-theme-bootstrap/issues/1009)) ([ed07b2f](https://github.com/razonyang/hugo-theme-bootstrap/commit/ed07b2f47478446b9d9474db44761c253b9b62dc)) + ## [1.4.1](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.4.0...v1.4.1) (2023-11-05)