0.10.0
parent
f202bab7b9
commit
9ccc34d616
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
Nothing yet.
|
||||||
|
|
||||||
|
## 0.10.0
|
||||||
|
|
||||||
|
- Fix `classRegex` offset (#846)
|
||||||
|
- Fix language server initialisation outside of VS Code (#803)
|
||||||
|
- Fix recommended variant order linting in Tailwind v2 (#849)
|
||||||
|
|
||||||
## 0.9.13
|
## 0.9.13
|
||||||
|
|
||||||
- Fix CSS conflict regression (#842)
|
- Fix CSS conflict regression (#842)
|
||||||
|
|
|
@ -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.13",
|
"version": "0.10.0",
|
||||||
"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