master
Brad Cornes 2021-05-18 12:59:24 +01:00
parent 5cf4b1717d
commit 0fc7b0aa5a
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.6.5
- [JIT] Add [opacity modifier](https://github.com/tailwindlabs/tailwindcss/pull/4348) completions
- Update language server filename
## 0.6.4 ## 0.6.4
- Update minimum VS Code version requirement to `^1.52.0` - Update minimum VS Code version requirement to `^1.52.0`

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "vscode-tailwindcss", "name": "vscode-tailwindcss",
"version": "0.6.4", "version": "0.6.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vscode-tailwindcss", "name": "vscode-tailwindcss",
"version": "0.6.4", "version": "0.6.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ctrl/tinycolor": "3.1.4", "@ctrl/tinycolor": "3.1.4",

View File

@ -5,7 +5,7 @@
"preview": true, "preview": true,
"author": "Brad Cornes <hello@bradley.dev>", "author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT", "license": "MIT",
"version": "0.6.4", "version": "0.6.5",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": { "bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues", "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",