From 6a9404139a6bf5d4faec1bf6e7c5fb4d2191e70b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:06:04 +0000 Subject: [PATCH] chore(main): release 0.21.1 --- .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 ca64307..c825aba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c14ae..cc87b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.1](https://github.com/hugomods/bootstrap/compare/v0.21.0...v0.21.1) (2024-03-21) + + +### Styles 🎨 + +* **collapse:** change the margin-bottom to mb-1 ([7352ea4](https://github.com/hugomods/bootstrap/commit/7352ea41f81ae542ba4e0fbb114e820aef4b1107)) + ## [0.21.0](https://github.com/hugomods/bootstrap/compare/v0.20.1...v0.21.0) (2024-03-21)