From dba2c38c7e18f2bd289f85a8a7b23a0d5f05c12a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:16:40 +0800 Subject: [PATCH] chore(main): release 0.7.2 (#47) 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 87554f2..5486666 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 233a97e..1dbb3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.2](https://github.com/hbstack/content-panel/compare/v0.7.1...v0.7.2) (2023-12-08) + + +### Bug Fixes 🐞 + +* use commit subject instead of hash as the commit link text ([ae8e98d](https://github.com/hbstack/content-panel/commit/ae8e98d3d28f23e3c754306e175dba26b6310b9d)), closes [#44](https://github.com/hbstack/content-panel/issues/44) + + +### Styles 🎨 + +* change the margin-bottom as mb-4 ([46deac7](https://github.com/hbstack/content-panel/commit/46deac7a0f48c3b6af349aeedcf08c3ee9adb78c)) + ## [0.7.1](https://github.com/hbstack/content-panel/compare/v0.7.0...v0.7.1) (2023-12-05)