tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
v0.6.5
3 changed files, 8 additions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c881aa56d35c43261c6f83f8ae0f1f7348caf554..64c1ea9f4cdfad1c28bd6463fccdf6c9d38f9b77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 0.6.5
+
+- [JIT] Add [opacity modifier](https://github.com/tailwindlabs/tailwindcss/pull/4348) completions
+- Update language server filename
+
## 0.6.4
- Update minimum VS Code version requirement to `^1.52.0`
diff --git a/package-lock.json b/package-lock.json
index 723265aa6e4f79a6bda19dd44ad8a1ecc1d10f4b..93418914d45e531188883940b4b96e673161f4d2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "vscode-tailwindcss",
- "version": "0.6.4",
+ "version": "0.6.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-tailwindcss",
- "version": "0.6.4",
+ "version": "0.6.5",
"license": "MIT",
"dependencies": {
"@ctrl/tinycolor": "3.1.4",
diff --git a/package.json b/package.json
index ad12d55c10780560d87a92bbe7af26bdf2b3ac3a..a4f03fe131c0a606c3d845c4f454ea971c8b6a44 100755
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code",
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.6.4",
+ "version": "0.6.5",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",