0.9.3
parent
07189b01bc
commit
9338d64e66
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.9.3
|
||||||
|
|
||||||
|
- Tweak `theme` helper detection (#689)
|
||||||
|
- Remove marketplace "preview" tag (5932d20)
|
||||||
|
- Add `typescript` to default languages (#690)
|
||||||
|
|
||||||
## 0.9.2
|
## 0.9.2
|
||||||
|
|
||||||
- Fix `@layer` syntax highlighting (#637)
|
- Fix `@layer` syntax highlighting (#637)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Intelligent Tailwind CSS tooling for VS Code",
|
"description": "Intelligent Tailwind CSS tooling for VS Code",
|
||||||
"author": "Brad Cornes <hello@bradley.dev>",
|
"author": "Brad Cornes <hello@bradley.dev>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.9.2",
|
"version": "0.9.3",
|
||||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||||
|
|
Loading…
Reference in New Issue