https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
diff --git a/CHANGELOG.md b/CHANGELOG.md index a8486dd5cc379fbb8b1a7946e1b8865a4853aed8..c881aa56d35c43261c6f83f8ae0f1f7348caf554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.4 + +- Update minimum VS Code version requirement to `^1.52.0` +- Potential fix for language feature duplication (#316, #326, #327) +- [JIT] Fix `@variants` completions and diagnostics (#324) + ## 0.6.3 - [JIT] Fix error when using `@apply` in a plugin (#319)