From a96c388902749d7db3e79c6b1ca039a9cb239768 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:38:00 +0800 Subject: [PATCH] chore(main): release 0.2.0 (#6) 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..0262db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4cd15..456339d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/hbstack/shortcodes/compare/v0.1.0...v0.2.0) (2024-03-05) + + +### Features ✨ + +* add the color shortcode ([#5](https://github.com/hbstack/shortcodes/issues/5)) ([281744c](https://github.com/hbstack/shortcodes/commit/281744c4f6a80ae3ff87d211b9ae92a42c5781b2)) + ## [0.1.0](https://github.com/hbstack/shortcodes/compare/v0.0.1...v0.1.0) (2024-02-19)