From 3c9ce4e488c09851be1d5be37940b39679e10c1c Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Mon, 15 Apr 2024 15:34:24 -0400 Subject: [PATCH] 0.5.14 --- 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 149fd55..d2c1915 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.5.14] - 2024-04-15 + ### Fixed - Fix detection of v4 projects on Windows ([#265](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/265)) @@ -280,7 +284,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.5.13...HEAD +[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.14...HEAD +[0.5.14]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.13...v0.5.14 [0.5.13]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.12...v0.5.13 [0.5.12]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.11...v0.5.12 [0.5.11]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.10...v0.5.11 diff --git a/package-lock.json b/package-lock.json index a48f6c1..b13419b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prettier-plugin-tailwindcss", - "version": "0.5.12", + "version": "0.5.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prettier-plugin-tailwindcss", - "version": "0.5.12", + "version": "0.5.14", "license": "MIT", "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.1.0", diff --git a/package.json b/package.json index 8696e9d..08988f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-tailwindcss", - "version": "0.5.13", + "version": "0.5.14", "description": "A Prettier plugin for sorting Tailwind CSS classes.", "license": "MIT", "main": "dist/index.mjs",