File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet!
11
+
12
+ ## [ 0.6.4] - 2024-06-12
13
+
10
14
- Export ` PluginOptions ` type ([ #292 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/292 ) )
11
15
12
16
## [ 0.6.3] - 2024-06-11
@@ -314,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
314
318
315
319
- Fix error when using nullish coalescing operator in Vue/Angular ([ #2 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2 ) )
316
320
317
- [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.3...HEAD
321
+ [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.4...HEAD
322
+ [ 0.6.4 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.3...v0.6.4
318
323
[ 0.6.3 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.2...v0.6.3
319
324
[ 0.6.2 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...v0.6.2
320
325
[ 0.6.1 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"name" : " prettier-plugin-tailwindcss" ,
4
- "version" : " 0.6.3 " ,
4
+ "version" : " 0.6.4 " ,
5
5
"description" : " A Prettier plugin for sorting Tailwind CSS classes." ,
6
6
"license" : " MIT" ,
7
7
"main" : " dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments