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)