Skip to content

Commit

Permalink
Merge pull request #56 from shufo/release-please--branches--main--com…
Browse files Browse the repository at this point in the history
…ponents--tailwindcss-class-sorter
  • Loading branch information
shufo committed Jul 6, 2023
2 parents 33f7934 + 66cac60 commit fd53e67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.1](https://github.com/shufo/tailwindcss-class-sorter/compare/v3.0.0...v3.0.1) (2023-07-06)


### Fixes

* 🐛 use loadConfig for module loading ([439bad9](https://github.com/shufo/tailwindcss-class-sorter/commit/439bad91c6f894334e7542755bb83f2f30e6cf53))


### Miscellaneous

* 🤖 remove synckit from dependencies ([33f7934](https://github.com/shufo/tailwindcss-class-sorter/commit/33f7934ea907637d80b5f24ac1151f628b56f681))

## [3.0.0](https://github.com/shufo/tailwindcss-class-sorter/compare/v2.0.0...v3.0.0) (2023-07-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shufo/tailwindcss-class-sorter",
"version": "3.0.0",
"version": "3.0.1",
"description": "A tailwindcss class sorter that respects tailwind config file",
"main": "dist/main.cjs",
"type": "module",
Expand Down

0 comments on commit fd53e67

Please sign in to comment.