diff --git a/.changeset/warm-badgers-visit.md b/.changeset/warm-badgers-visit.md deleted file mode 100644 index 382baf7..0000000 --- a/.changeset/warm-badgers-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tailwindcss-extend': patch ---- - -add shebang to cli diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f59d4..9f541db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # tailwindcss-extend +## 0.0.5 + +### Patch Changes + +- c88381b: add shebang to cli + ## 0.0.4 ### Patch Changes diff --git a/package.json b/package.json index a323915..3ceff13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-extend", - "version": "0.0.4", + "version": "0.0.5", "description": "Compile your tailwindcss components into tailwind plugins and enjoy full autocompletion!", "author": "David Plugge", "repository": {