0.10.0
parent
f202bab7b9
commit
9ccc34d616
|
@ -1,5 +1,15 @@
|
|||
# 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
|
||||
|
||||
- Fix CSS conflict regression (#842)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Intelligent Tailwind CSS tooling for VS Code",
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.9.13",
|
||||
"version": "0.10.0",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue