tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md
index eb00aa3db7552b1b6a5d99db158436560ff2963a..6407376bbb036c37491970f278281b1b2f76927e 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.6.15
+
+- Support config files in hidden (dot) folders (#389)
+- Disable extension in virtual workspaces (#398)
+- Support `exports` fields when resolving dependencies (#412)
+- Add `phoenix-heex` language (#407)
+- Improve color parsing (#415)
+
## 0.6.14
- Fix false positive error when using `theme` helper with a function value (thanks @choplin, #365)
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index 2c34616f46ccdf2a3354b795158e161461937ec8..f4bb616e866e1c6585bdecb929fae4038626a681 100755
--- a/packages/vscode-tailwindcss/package.json
+++ b/packages/vscode-tailwindcss/package.json
@@ -5,7 +5,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code",
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.6.14",
+ "version": "0.6.15",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",