Skip to content

Commit 11e097e

Browse files
committed
v0.6.15
1 parent a4f5a5f commit 11e097e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.6.15
4+
5+
- Support config files in hidden (dot) folders (#389)
6+
- Disable extension in virtual workspaces (#398)
7+
- Support `exports` fields when resolving dependencies (#412)
8+
- Add `phoenix-heex` language (#407)
9+
- Improve color parsing (#415)
10+
311
## 0.6.14
412

513
- Fix false positive error when using `theme` helper with a function value (thanks @choplin, #365)

packages/vscode-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <[email protected]>",
77
"license": "MIT",
8-
"version": "0.6.14",
8+
"version": "0.6.15",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)