master
Brad Cornes 2023-01-13 10:25:33 +00:00
parent 16b11482ba
commit 00fb8ecb9e
3 changed files with 585 additions and 190 deletions

769
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,9 @@
# Changelog
## 0.9.5
- Fix error when a `files.excludes` pattern contains braces (#696)
## 0.9.4
- Fix document selector when `tailwindCSS.experimental.configFile` is a string (#693)

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.4",
"version": "0.9.5",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",