diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b2afc..6917406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/krystal/shard-tailwind/compare/v0.1.3...v0.1.4) (2024-07-22) + + +### Features + +* Add 950 shade to error, warning and success ([f2bcd96](https://github.com/krystal/shard-tailwind/commit/f2bcd962b17c9db56eae369e3ed8c01ce6b1f82c)) + ## [0.1.3](https://github.com/krystal/shard-tailwind/compare/v0.1.2...v0.1.3) (2024-07-17) diff --git a/package.json b/package.json index 117f4d5..2fbd428 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,5 @@ "type": "git", "url": "https://github.com/krystal/shard-tailwind.git" }, - "version": "0.1.3" + "version": "0.1.4" }