From 916703f5abcbb407a3220ccbcd6871fdd6b1964b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:04:30 +0800 Subject: [PATCH] chore(main): release 0.18.1 (#125) 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 b20bfe2..cbd0ca0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.18.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a1eb8..f9d8839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.1](https://github.com/hugomods/bootstrap/compare/v0.18.0...v0.18.1) (2024-03-06) + + +### Styles 🎨 + +* **icon-grid:** align items to center ([1686908](https://github.com/hugomods/bootstrap/commit/168690813be0a253d3157283e2ffb750db795048)) + ## [0.18.0](https://github.com/hugomods/bootstrap/compare/v0.17.3...v0.18.0) (2024-03-05)