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/packages/tailwindcss-intellisense/CHANGELOG.md b/packages/tailwindcss-intellisense/CHANGELOG.md index e1ce91dbc69267ac382648dd43bae41f819cbac8..4acf4923aebdb46b046cc04d9ff59dcb6b2f9661 100644 --- a/packages/tailwindcss-intellisense/CHANGELOG.md +++ b/packages/tailwindcss-intellisense/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.7 + +- Ignore file watcher permission errors (#238) +- Update class attribute regex to support `(class="_")` (#233) +- Fix `fast-glob` concurrency on certain operating systems (#226, #239) + ## 0.5.6 - Fix module resolution in config files when using Yarn Plug'n'Play