Skip to content

Commit f77532e

Browse files
committed
0.8.0
1 parent 4815377 commit f77532e

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +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.8.0] - 2026-04-27
13+
1014
### Changed
1115

1216
- Require at least Prettier 3.7.x ([#420](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/420))
13-
17+
1418
### Added
1519

1620
- Export public sorting APIs to `/sorter` ([#438](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/438))
@@ -427,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
427431

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

430-
[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.3...HEAD
434+
[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.8.0...HEAD
435+
[0.8.0]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.3...v0.8.0
431436
[0.7.3]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.2...v0.7.3
432437
[0.7.2]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.1...v0.7.2
433438
[0.7.1]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.0...v0.7.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "prettier-plugin-tailwindcss",
4-
"version": "0.7.3",
4+
"version": "0.8.0",
55
"description": "A Prettier plugin for sorting Tailwind CSS classes.",
66
"license": "MIT",
77
"main": "dist/index.mjs",

0 commit comments

Comments
 (0)