v0.6.13
parent
c2a9479a4d
commit
43cfe83ed2
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 0.6.13
|
||||
|
||||
- [JIT] Fix missing semi-colons in CSS previews
|
||||
- [JIT] Remove `@defaults` from CSS previews
|
||||
|
||||
## 0.6.12
|
||||
|
||||
- Fix hover error (#353)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.6.12",
|
||||
"version": "0.6.13",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.6.12",
|
||||
"version": "0.6.13",
|
||||
"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.12",
|
||||
"version": "0.6.13",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue