From dd589eb51288bf3a0e3c5fb577209e8760fa22e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:15:39 +0800 Subject: [PATCH] chore(main): release 0.1.1 (#7) 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 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b22d6..1bcf5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/hbstack/blockquote-alerts/compare/v0.1.0...v0.1.1) (2024-09-27) + + +### Styles 🎨 + +* remove colors from icons ([8b193d7](https://github.com/hbstack/blockquote-alerts/commit/8b193d717cbdcdca22c25fce554365f4cfaec360)), closes [#6](https://github.com/hbstack/blockquote-alerts/issues/6) + ## [0.1.0](https://github.com/hbstack/blockquote-alerts/compare/v0.0.1...v0.1.0) (2024-09-05)