From 3f2f6ac51c28517edd745c3e2b9a5c054132c92a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:30:56 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29050b..2ddd24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/hugomods/code-block-panel/compare/v0.6.0...v0.7.0) (2024-06-04) + + +### Features + +* allow overriding `max_lines` parameter via `data-max-lines` attribute ([#33](https://github.com/hugomods/code-block-panel/issues/33)) ([9258de6](https://github.com/hugomods/code-block-panel/commit/9258de653dbf9403b176149497f5c64255f57fa0)) + + +### Bug Fixes + +* correct the max_lines calculation ([9258de6](https://github.com/hugomods/code-block-panel/commit/9258de653dbf9403b176149497f5c64255f57fa0)) + ## [0.6.0](https://github.com/hugomods/code-block-panel/compare/v0.5.0...v0.6.0) (2024-04-23)