0.9.1
parent
3f9762e003
commit
802c15d5d3
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.9.1
|
||||
|
||||
- Fix variant completions when using a `DEFAULT` value with `matchVariant` (#635)
|
||||
|
||||
## 0.9.0
|
||||
|
||||
- Fix usage of absolute paths in `experimental.configFile` setting (#617)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue