Skip to content

Commit 9338d64

Browse files
committed
0.9.3
1 parent 07189b0 commit 9338d64

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.9.3
4+
5+
- Tweak `theme` helper detection (#689)
6+
- Remove marketplace "preview" tag (5932d20)
7+
- Add `typescript` to default languages (#690)
8+
39
## 0.9.2
410

511
- Fix `@layer` syntax highlighting (#637)

packages/vscode-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Intelligent Tailwind CSS tooling for VS Code",
55
"author": "Brad Cornes <hello@bradley.dev>",
66
"license": "MIT",
7-
"version": "0.9.2",
7+
"version": "0.9.3",
88
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
99
"bugs": {
1010
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)