master
Brad Cornes 2023-08-29 11:30:37 +01:00
parent f202bab7b9
commit 9ccc34d616
2 changed files with 11 additions and 1 deletions

View File

@ -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)

View File

@ -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",