diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c1ea9f4cdfad1c28bd6463fccdf6c9d38f9b77..c881aa56d35c43261c6f83f8ae0f1f7348caf554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog -## 0.6.5 - -- [JIT] Add [opacity modifier](https://github.com/tailwindlabs/tailwindcss/pull/4348) completions -- Update language server filename - ## 0.6.4 - Update minimum VS Code version requirement to `^1.52.0` diff --git a/package-lock.json b/package-lock.json index 93418914d45e531188883940b4b96e673161f4d2..723265aa6e4f79a6bda19dd44ad8a1ecc1d10f4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-tailwindcss", - "version": "0.6.5", + "version": "0.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-tailwindcss", - "version": "0.6.5", + "version": "0.6.4", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "3.1.4", diff --git a/package.json b/package.json index a4f03fe131c0a606c3d845c4f454ea971c8b6a44..ad12d55c10780560d87a92bbe7af26bdf2b3ac3a 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code", "preview": true, "author": "Brad Cornes ", "license": "MIT", - "version": "0.6.5", + "version": "0.6.4", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",