From 06cfbb7ca8cb4fd840a2a9077ba083bdef497fab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:35:14 +0800 Subject: [PATCH] chore(main): release 0.18.0 (#124) 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 d0601bb..b20bfe2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.3" + ".": "0.18.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 458b333..a3a1eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/hugomods/bootstrap/compare/v0.17.3...v0.18.0) (2024-03-05) + + +### Features ✨ + +* **container:** add the bg parameter, supports site resources, page resources, internal images and external images ([#123](https://github.com/hugomods/bootstrap/issues/123)) ([ff5581c](https://github.com/hugomods/bootstrap/commit/ff5581cb39a9d1ebf04916ed2ba04b1c40632786)) + ## [0.17.3](https://github.com/hugomods/bootstrap/compare/v0.17.2...v0.17.3) (2024-02-23)