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.2] - 2024-06-07
13
+
10
14
### Changed
11
15
12
16
- 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
306
310
307
311
- Fix error when using nullish coalescing operator in Vue/Angular ([ #2 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2 ) )
308
312
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
310
315
[ 0.6.1 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.0...v0.6.1
311
316
[ 0.6.0 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.14...v0.6.0
312
317
[ 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 1
1
{
2
2
"name" : " prettier-plugin-tailwindcss" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " A Prettier plugin for sorting Tailwind CSS classes." ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments