master
Brad Cornes 2023-01-16 20:14:15 +00:00
parent 9087b89dc1
commit 7235aeab48
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.9.6
- Fix activation on Windows when project path contains brackets (#699)
## 0.9.5
- Fix error when a `files.excludes` pattern contains braces (#696)

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