0.9.4
parent
dd6bb57f68
commit
e9b806f3dc
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.9.4
|
||||||
|
|
||||||
|
- Fix document selector when `tailwindCSS.experimental.configFile` is a string (#693)
|
||||||
|
- Fix IntelliSense for project paths containing brackets (#694)
|
||||||
|
|
||||||
## 0.9.3
|
## 0.9.3
|
||||||
|
|
||||||
- Tweak `theme` helper detection (#689)
|
- Tweak `theme` helper detection (#689)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Intelligent Tailwind CSS tooling for VS Code",
|
"description": "Intelligent Tailwind CSS tooling for VS Code",
|
||||||
"author": "Brad Cornes <hello@bradley.dev>",
|
"author": "Brad Cornes <hello@bradley.dev>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.9.3",
|
"version": "0.9.4",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue