v0.6.12
parent
f2372c9120
commit
766a5d533d
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.6.12
|
||||
|
||||
- Fix hover error (#353)
|
||||
|
||||
## 0.6.11
|
||||
|
||||
- Update `@tailwind` completions and diagnostics to account for `@tailwind variants`
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.6.11",
|
||||
"version": "0.6.12",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.6.11",
|
||||
"version": "0.6.12",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@ctrl/tinycolor": "3.1.4",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.6.11",
|
||||
"version": "0.6.12",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue