From d850642fbaac218a060a292b7549c02b8e485905 Mon Sep 17 00:00:00 2001 From: "replease[bot]" <132441688+replease[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:59:28 +0100 Subject: [PATCH] chore(main): release 0.1.5 (#27) Co-authored-by: replease[bot] <132441688+replease[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88f7c73..18e45d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6917406..b0d203e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/krystal/shard-tailwind/compare/v0.1.4...v0.1.5) (2024-07-29) + + +### Features + +* expanded states color palette ([#26](https://github.com/krystal/shard-tailwind/issues/26)) ([4b2c11c](https://github.com/krystal/shard-tailwind/commit/4b2c11c714b4d2e53530d32e518d0c4f1a7ebf45)) + ## [0.1.4](https://github.com/krystal/shard-tailwind/compare/v0.1.3...v0.1.4) (2024-07-22) diff --git a/package.json b/package.json index 2fbd428..2d4523e 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,5 @@ "type": "git", "url": "https://github.com/krystal/shard-tailwind.git" }, - "version": "0.1.4" + "version": "0.1.5" }