diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md index 41e846d13cf796716d913eb4161137d1934115c5..67569a66a92026d5641b735fa687df5a1963079a 100644 --- a/packages/vscode-tailwindcss/CHANGELOG.md +++ b/packages/vscode-tailwindcss/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog -## 0.9.4 - -- Fix document selector when `tailwindCSS.experimental.configFile` is a string (#693) -- Fix IntelliSense for project paths containing brackets (#694) - ## 0.9.3 - Tweak `theme` helper detection (#689) diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json index 8d1f88c457627651a21b83029b2818d3e49f5f36..c74cfbd2d5c41c42d316f6381d055b26ec8edb72 100755 --- a/packages/vscode-tailwindcss/package.json +++ b/packages/vscode-tailwindcss/package.json @@ -4,7 +4,7 @@ "displayName": "Tailwind CSS IntelliSense", "description": "Intelligent Tailwind CSS tooling for VS Code", "author": "Brad Cornes ", "license": "MIT", - "version": "0.9.4", + "version": "0.9.3", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",