From 52fc5b5265766946bb9e7ef6a138f2c3f8de4c91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:55:11 +0800 Subject: [PATCH] chore(main): release 0.1.1 (#105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 467ce4c..1a571f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/hbstack/theme-cards/compare/v0.1.0...v0.1.1) (2024-01-09) + + +### Styles 🎨 + +* remove margin-bottom for last child of hb-module ([2f65cc8](https://github.com/hbstack/theme-cards/commit/2f65cc8d5a1252f95fb0231ff4eac51618d9fec2)) + ## [0.1.0](https://github.com/hbstack/theme-cards/compare/v0.0.1...v0.1.0) (2023-12-05)