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 3f912b1556a446bf22a84fbb25ad426c7851280e..00775c277ff8338a30e30dc1592fa19cdd44743e 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 0.9.8
+
+- Fix `invalidTailwindDirective` linting with CRLF file endings (#723)
+- Add support for Handlebars template scripts (`<script type="text/x-handlebars-template">`) (#726)
+- Improve JavaScript comment detection (#727)
+- Add modifier completions for `@apply` and `classRegex` setting (#732)
+- Add bundled version of `@tailwindcss/container-queries` (#733)
+- Support `InitializeParams.rootUri` (#725)
+- Add `htmldjango` to default supported languages (#721)
+
## 0.9.7
- Improve completion list performance (#706)
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index 1844f257e2042a70ecf998f0c3dbc56d83dc50ef..5bb0173adc13e44ab49fc001157a280e2fe4ee2b 100755
--- a/packages/vscode-tailwindcss/package.json
+++ b/packages/vscode-tailwindcss/package.json
@@ -4,6 +4,7 @@ "displayName": "Tailwind CSS IntelliSense",
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
+ "tailwind",
"version": "0.9.7",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {