diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd4c45..4ea6fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Nothing yet! + +## [0.6.9] - 2024-11-19 + - Introduce `tailwindStylesheet` option to replace `tailwindEntryPoint` ([#330](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/330)) ## [0.6.8] - 2024-09-24 @@ -338,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix error when using nullish coalescing operator in Vue/Angular ([#2](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2)) -[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.8...HEAD +[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.9...HEAD +[0.6.9]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.8...v0.6.9 [0.6.8]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.7...v0.6.8 [0.6.7]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.6...v0.6.7 [0.6.6]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.5...v0.6.6 diff --git a/package.json b/package.json index 28d1f2b..049593e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "prettier-plugin-tailwindcss", - "version": "0.6.8", + "version": "0.6.9", "description": "A Prettier plugin for sorting Tailwind CSS classes.", "license": "MIT", "main": "dist/index.mjs",