Skip to content

Commit f4c6b71

Browse files
committed
0.7.6
1 parent 6166a50 commit f4c6b71

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

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

3+
## 0.7.6
4+
5+
- Fix `files.exclude` configuration resolution (#464)
6+
- Ensure `files.exclude` configuration changes are synchronized
7+
- [LSP] Remove `InitializeParams.initializationOptions` requirement
8+
39
## 0.7.5
410

511
- Add bundled version of `tailwindcss`. The extension will use this version if `tailwindcss` cannot be resolved within the workspace

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 <[email protected]>",
77
"license": "MIT",
8-
"version": "0.7.5",
8+
"version": "0.7.6",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)