diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md index 4df2eeb..eb00aa3 100644 --- a/packages/vscode-tailwindcss/CHANGELOG.md +++ b/packages/vscode-tailwindcss/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.14 + +- Fix false positive error when using `theme` helper with a function value (thanks @choplin, #365) +- Improve `theme` helper completion and hover info +- Use character-based ranges when parsing class lists (#373) + ## 0.6.13 - [JIT] Fix missing semi-colons in CSS previews