From 00ad25e4762f9d38ee5b0298d4217712a3cfc4ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:13:46 +0800 Subject: [PATCH] chore(main): release 0.4.5 (#144) 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 171b109..49af909 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.4" + ".": "0.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfe61e..ac5fe58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/hbstack/base/compare/v0.4.4...v0.4.5) (2024-03-12) + + +### Bug Fixes 🐞 + +* add data-layout and data-section attributes to PurgeCSS safelist ([a0779b5](https://github.com/hbstack/base/commit/a0779b50b99a7f473f3fb4c6c42e6ffcb9006350)) + ## [0.4.4](https://github.com/hbstack/base/compare/v0.4.3...v0.4.4) (2024-03-04)