diff --git a/CHANGELOG.md b/CHANGELOG.md index c881aa5..64c1ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 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 723265a..9341891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-tailwindcss", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-tailwindcss", - "version": "0.6.4", + "version": "0.6.5", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "3.1.4", diff --git a/package.json b/package.json index ad12d55..a4f03fe 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "preview": true, "author": "Brad Cornes ", "license": "MIT", - "version": "0.6.4", + "version": "0.6.5", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",