0.9.9
parent
28b4abb644
commit
ca9c4da7b1
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.9.9
|
||||||
|
|
||||||
|
- Support TypeScript and ESM Tailwind config files when using a version of `tailwindcss` that supports these (currently `tailwindcss@insiders`, since [`tailwindlabs/tailwindcss#10785`](https://github.com/tailwindlabs/tailwindcss/pull/10785))
|
||||||
|
|
||||||
## 0.9.8
|
## 0.9.8
|
||||||
|
|
||||||
- Fix `invalidTailwindDirective` linting with CRLF file endings (#723)
|
- Fix `invalidTailwindDirective` linting with CRLF file endings (#723)
|
||||||
|
|
|
@ -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.8",
|
"version": "0.9.9",
|
||||||
"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