Skip to content

Commit 766a5d5

Browse files
committed
v0.6.12
1 parent f2372c9 commit 766a5d5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.6.12
4+
5+
- Fix hover error (#353)
6+
37
## 0.6.11
48

59
- Update `@tailwind` completions and diagnostics to account for `@tailwind variants`

packages/vscode-tailwindcss/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <hello@bradley.dev>",
77
"license": "MIT",
8-
"version": "0.6.11",
8+
"version": "0.6.12",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)