From 0bbc682aff58bbfe4825f97a8ed783361b435fe8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:43:02 +0800 Subject: [PATCH] chore(main): release 0.15.1 (#102) 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 cbf14ac..4368a95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e096e..ecd12bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.1](https://github.com/hugomods/bootstrap/compare/v0.15.0...v0.15.1) (2024-01-11) + + +### Bug Fixes 🐞 + +* **accordion:** escape invalid chars ([#101](https://github.com/hugomods/bootstrap/issues/101)) ([30b41d8](https://github.com/hugomods/bootstrap/commit/30b41d8338d0f3de8e58cbd50b7e9ff93a7b9967)) + ## [0.15.0](https://github.com/hugomods/bootstrap/compare/v0.14.0...v0.15.0) (2023-12-08)