Skip to content

Commit dd4bfce

Browse files
committed
0.5.8
1 parent 4cc6319 commit dd4bfce

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [0.5.8] - 2023-12-05
13+
1014
### Added
1115

1216
- Re-enable support for `prettier-plugin-marko` ([#229](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/229))
1317

14-
1518
## [0.5.7] - 2023-11-08
1619

1720
### Fixed
@@ -244,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244247

245248
- Fix error when using nullish coalescing operator in Vue/Angular ([#2](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2))
246249

247-
[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.7...HEAD
250+
[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.8...HEAD
251+
[0.5.8]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.7...v0.5.8
248252
[0.5.7]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.6...v0.5.7
249253
[0.5.6]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.5...v0.5.6
250254
[0.5.5]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.4...v0.5.5

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-tailwindcss",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "A Prettier plugin for sorting Tailwind CSS classes.",
55
"license": "MIT",
66
"main": "dist/index.mjs",

0 commit comments

Comments
 (0)