Skip to content

Commit e9b806f

Browse files
committed
0.9.4
1 parent dd6bb57 commit e9b806f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.9.4
4+
5+
- Fix document selector when `tailwindCSS.experimental.configFile` is a string (#693)
6+
- Fix IntelliSense for project paths containing brackets (#694)
7+
38
## 0.9.3
49

510
- Tweak `theme` helper detection (#689)

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Intelligent Tailwind CSS tooling for VS Code",
55
"author": "Brad Cornes <[email protected]>",
66
"license": "MIT",
7-
"version": "0.9.3",
7+
"version": "0.9.4",
88
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
99
"bugs": {
1010
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)