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.5.13] - 2024-03-27
13
+
10
14
### Added
11
15
12
16
- Add support for ` @zackad/prettier-plugin-twig-melody ` ([ #255 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/255 ) )
@@ -274,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274
278
275
279
- Fix error when using nullish coalescing operator in Vue/Angular ([ #2 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2 ) )
276
280
277
- [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.12...HEAD
281
+ [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.13...HEAD
282
+ [ 0.5.13 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.12...v0.5.13
278
283
[ 0.5.12 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.11...v0.5.12
279
284
[ 0.5.11 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.10...v0.5.11
280
285
[ 0.5.10 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.9...v0.5.10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prettier-plugin-tailwindcss" ,
3
- "version" : " 0.5.12 " ,
3
+ "version" : " 0.5.13 " ,
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