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.2] - 2024-06-07
13+
1014### Changed
1115
1216- Only remove duplicate Tailwind classes ([ #277 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/277 ) )
@@ -306,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
306310
307311- Fix error when using nullish coalescing operator in Vue/Angular ([ #2 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2 ) )
308312
309- [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...HEAD
313+ [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.2...HEAD
314+ [ 0.6.2 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...v0.6.2
310315[ 0.6.1 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.0...v0.6.1
311316[ 0.6.0 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.14...v0.6.0
312317[ 0.5.14 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.13...v0.5.14
Original file line number Diff line number Diff line change 11{
22 "name" : " prettier-plugin-tailwindcss" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.2 " ,
44 "description" : " A Prettier plugin for sorting Tailwind CSS classes." ,
55 "license" : " MIT" ,
66 "main" : " dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments