Skip to content

Commit 802c15d

Browse files
committed
0.9.1
1 parent 3f9762e commit 802c15d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.9.1
4+
5+
- Fix variant completions when using a `DEFAULT` value with `matchVariant` (#635)
6+
37
## 0.9.0
48

59
- Fix usage of absolute paths in `experimental.configFile` setting (#617)

packages/vscode-tailwindcss/package.json

+1-1
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.9.0",
8+
"version": "0.9.1",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)