From d770d588bb5a4b2c80f034272695ea7d93a007ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:06:00 +0800 Subject: [PATCH] chore(main): release 0.18.4 (#131) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cf7874..97113e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.3" + ".": "0.18.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf276f..4f847c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.18.4](https://github.com/hugomods/bootstrap/compare/v0.18.3...v0.18.4) (2024-03-08) + + +### Bug Fixes 🐞 + +* **alter-heading:** add title named parameter ([c8739b0](https://github.com/hugomods/bootstrap/commit/c8739b0696b2acf68c43e788da69cda29be71196)) +* **alter-link:** add named parameters: text and url ([2dcba71](https://github.com/hugomods/bootstrap/commit/2dcba71d4c5fed7147bd6a7bc3733363479b1824)) + ## [0.18.3](https://github.com/hugomods/bootstrap/compare/v0.18.2...v0.18.3) (2024-03-08)