From d435db19ed60a2b40be57637859f9f12c1b5adea Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Wed, 18 Aug 2021 13:22:40 +0100 Subject: [PATCH] update changelog --- packages/vscode-tailwindcss/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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