From 9338d64e66674c97acd8acd913b47c91eb443587 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Wed, 4 Jan 2023 14:09:21 +0000 Subject: [PATCH] 0.9.3 --- packages/vscode-tailwindcss/CHANGELOG.md | 6 ++++++ packages/vscode-tailwindcss/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md index 897d0fc..67569a6 100644 --- a/packages/vscode-tailwindcss/CHANGELOG.md +++ b/packages/vscode-tailwindcss/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.3 + +- Tweak `theme` helper detection (#689) +- Remove marketplace "preview" tag (5932d20) +- Add `typescript` to default languages (#690) + ## 0.9.2 - Fix `@layer` syntax highlighting (#637) diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json index 40573c0..c74cfbd 100755 --- a/packages/vscode-tailwindcss/package.json +++ b/packages/vscode-tailwindcss/package.json @@ -4,7 +4,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code", "author": "Brad Cornes ", "license": "MIT", - "version": "0.9.2", + "version": "0.9.3", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",