From bd3d5b04d176a0ecc37e8e704bbb055fb36cb142 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Tue, 11 Jun 2024 10:49:37 -0400 Subject: [PATCH] 0.6.3 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d337313..de95d8c5 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.3] - 2024-06-11 + - Improve detection of string concatenation ([#288](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/288)) ## [0.6.2] - 2024-06-07 @@ -310,7 +314,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.2...HEAD +[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.14...v0.6.0 diff --git a/package-lock.json b/package-lock.json index f1fa3dc7..22463590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prettier-plugin-tailwindcss", - "version": "0.6.1", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prettier-plugin-tailwindcss", - "version": "0.6.1", + "version": "0.6.3", "license": "MIT", "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.1.0", diff --git a/package.json b/package.json index bbb2315f..a6005dce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "prettier-plugin-tailwindcss", - "version": "0.6.2", + "version": "0.6.3", "description": "A Prettier plugin for sorting Tailwind CSS classes.", "license": "MIT", "main": "dist/index.mjs",