From 595cef829f0dc7eb066dc04b0742abbb045ffe23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:06:31 +0800 Subject: [PATCH] chore(master): release 1.5.6 (#1034) 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 604fbfeb..de21790b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.5" + ".": "1.5.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 49deb5c5..90206b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.6](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.5.5...v1.5.6) (2024-04-19) + + +### Documentation 📝 + +* fix broken link to the documentation for menu properties on Hugo site. ([#1033](https://github.com/razonyang/hugo-theme-bootstrap/issues/1033)) ([9af5a21](https://github.com/razonyang/hugo-theme-bootstrap/commit/9af5a21e87e0d7d98232cd7f3ccf4dedf17b78b1)) + + +### Bug Fixes 🐞 + +* **i18n:** update Ukrainian localization file ([#1037](https://github.com/razonyang/hugo-theme-bootstrap/issues/1037)) ([379a6a4](https://github.com/razonyang/hugo-theme-bootstrap/commit/379a6a474e901e0d401994aad54817605aafa38c)) + ## [1.5.5](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.5.4...v1.5.5) (2024-02-21)