From 3733b76d2feeaa0151b27ce73a4446de09023a6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:35:10 +0800 Subject: [PATCH] chore(main): release 0.21.2 (#146) 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 c825aba..bb9d86a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.1" + ".": "0.21.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cc87b00..bf41f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.2](https://github.com/hugomods/bootstrap/compare/v0.21.1...v0.21.2) (2024-03-22) + + +### Bug Fixes 🐞 + +* **collapse:** replace unicode triangle indicator with pure CSS ([f11183b](https://github.com/hugomods/bootstrap/commit/f11183bc5c209ea9b9253d88d09993cc95c1318b)) + ## [0.21.1](https://github.com/hugomods/bootstrap/compare/v0.21.0...v0.21.1) (2024-03-21)