From 78d6642c3aba66214fe46b5edda02d2a2a150acc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:18:20 +0000 Subject: [PATCH] chore(master): release 1.6.2 --- .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 f7d45284..09885f43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b38ce75d..e8a676ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.2](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.6.1...v1.6.2) (2024-08-19) + + +### Bug Fixes 🐞 + +* code block maxlines not working all the time ([#1050](https://github.com/razonyang/hugo-theme-bootstrap/issues/1050)) ([f2f722c](https://github.com/razonyang/hugo-theme-bootstrap/commit/f2f722c079d4a41c8bf211371a383dacbc148a44)), closes [#1049](https://github.com/razonyang/hugo-theme-bootstrap/issues/1049) + + +### Styles 🎨 + +* set max-height for code block to partially avoid CLS issue ([f2f722c](https://github.com/razonyang/hugo-theme-bootstrap/commit/f2f722c079d4a41c8bf211371a383dacbc148a44)) + ## [1.6.1](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.6.0...v1.6.1) (2024-08-18)