diff --git a/.changeset/cool-oranges-greet.md b/.changeset/cool-oranges-greet.md deleted file mode 100644 index fe0468d..0000000 --- a/.changeset/cool-oranges-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperse-io/tailwind-layer": patch ---- - -add `prettier` & gitflow diff --git a/.netrc b/.netrc new file mode 100644 index 0000000..8cb4b0a --- /dev/null +++ b/.netrc @@ -0,0 +1,3 @@ +machine github.com +login github-actions[bot] +password ghs_FQZV9AntEbEVhRWfCwb20U7tcdW5hF3Z6Yjf \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cb02f42..a7c0bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperse-io/tailwind-layer +## 1.0.2 + +### Patch Changes + +- a97c7ae: add `prettier` & gitflow + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index 943960a..5803e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse-io/tailwind-layer", - "version": "1.0.1", + "version": "1.0.2", "description": "Compile your tailwindcss components into tailwind plugins and enjoy full autocompletion!", "repository": { "type": "git",