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
## 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`

4
package-lock.json generated
View File

@ -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",

View File

@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"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",