Skip to content

Commit 5516e33

Browse files
committed
0.8.4
1 parent 82d0d44 commit 5516e33

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

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

3+
## 0.8.4
4+
5+
- Fix overeager `<style>` detection (#543)
6+
- Fix dependencies `.map()` error
7+
38
## 0.8.3
49

510
- Add [`experimental.configFile` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssexperimentalconfigfile) (#541)

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

0 commit comments

Comments
 (0)