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)