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
77
88## [ Unreleased]
99
10+ - Nothing yet!
11+
12+ ## [ 0.6.11] - 2025-01-23
13+
1014- Support TypeScript configs and plugins when using v4 ([ #342 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/342 ) )
1115
1216## [ 0.6.10] - 2025-01-15
@@ -349,7 +353,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
349353
350354- Fix error when using nullish coalescing operator in Vue/Angular ([ #2 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2 ) )
351355
352- [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.10...HEAD
356+ [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.11...HEAD
357+ [ 0.6.11 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.10...v0.6.11
353358[ 0.6.10 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.9...v0.6.10
354359[ 0.6.9 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.8...v0.6.9
355360[ 0.6.8 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.7...v0.6.8
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " prettier-plugin-tailwindcss" ,
4- "version" : " 0.6.10 " ,
4+ "version" : " 0.6.11 " ,
55 "description" : " A Prettier plugin for sorting Tailwind CSS classes." ,
66 "license" : " MIT" ,
77 "main" : " dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments