From 66cac60a85d5ba6777a058dbb1b0b519f4b7894e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 18:42:17 +0000 Subject: [PATCH] chore(main): release 3.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd08c7..b4ae7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index db54ed2..238e52a 100644 --- a/package.json +++ b/package.json @@ -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",