From dc327da661de242f2fcce522e70755cc4ab79a92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:03:55 +0800 Subject: [PATCH] chore(main): release 0.18.5 (#132) 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 97113e8..090fad4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.4" + ".": "0.18.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f847c4..08297d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.5](https://github.com/hugomods/bootstrap/compare/v0.18.4...v0.18.5) (2024-03-08) + + +### Bug Fixes 🐞 + +* **accordion:** make id to be unique in the case of using multiple accordions on one page ([c47af19](https://github.com/hugomods/bootstrap/commit/c47af190de1d8de1252a8105c50773214eee8b95)) + ## [0.18.4](https://github.com/hugomods/bootstrap/compare/v0.18.3...v0.18.4) (2024-03-08)