diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b68e780..07194f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 963735e..77338dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/krystal/shard-tailwind/compare/v0.0.6...v0.0.7) (2023-08-08) + + +### Features + +* add options for colors ([7daa0f9](https://github.com/krystal/shard-tailwind/commit/7daa0f9d86f78e94f26ce49c8df6f1f28be4ba91)) + ## [0.0.6](https://github.com/krystal/shard-tailwind/compare/v0.0.5...v0.0.6) (2023-08-07) diff --git a/package.json b/package.json index 1bf04d6..94ff917 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,5 @@ "type": "git", "url": "https://github.com/krystal/shard-tailwind.git" }, - "version": "0.0.6" + "version": "0.0.7" }