From b50190f20d1d4d49c7c6fb190a7463c4015b63d2 Mon Sep 17 00:00:00 2001 From: "replease[bot]" <132441688+replease[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:53:11 +0100 Subject: [PATCH] chore(main): release 0.0.8 (#8) 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 07194f6..493bd4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77338dd..57bb691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.8](https://github.com/krystal/shard-tailwind/compare/v0.0.7...v0.0.8) (2023-08-10) + + +### Features + +* publish to npm ([0aa7bf0](https://github.com/krystal/shard-tailwind/commit/0aa7bf0ad2a9ade2b3512280774d0b03fa081e0b)) + ## [0.0.7](https://github.com/krystal/shard-tailwind/compare/v0.0.6...v0.0.7) (2023-08-08) diff --git a/package.json b/package.json index 0cc3e64..ca7b4ac 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,5 @@ "type": "git", "url": "https://github.com/krystal/shard-tailwind.git" }, - "version": "0.0.7" + "version": "0.0.8" }