From 932fad3c298bcb07ee1ad7be4c451857e9d27061 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:55:17 +0800 Subject: [PATCH] chore(main): release 0.1.2 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9aa5a07..352ec4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5068bc1..4bf022b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.2](https://github.com/hbstack/theme-search/compare/v0.1.1...v0.1.2) (2024-10-26) + + +### Documentation 📝 + +* update README.md ([09a39cc](https://github.com/hbstack/theme-search/commit/09a39cc1e6727b530ace66b0581b35b7d896ab18)) +* use absolute link for screenshot ([d5b1fd2](https://github.com/hbstack/theme-search/commit/d5b1fd246f5a1179bb15091d641845d2b6d84a92)) + + +### Bug Fixes 🐞 + +* **purgecss:** configure safelist ([0f5120b](https://github.com/hbstack/theme-search/commit/0f5120b40994d7c5f174cff3c29d6382199aa6bd)) + ## [0.1.1](https://github.com/hbstack/theme-search/compare/v0.1.0...v0.1.1) (2024-10-26)