Skip to content

Commit 9ccc34d

Browse files
committed
0.10.0
1 parent f202bab commit 9ccc34d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

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

3+
## Unreleased
4+
5+
Nothing yet.
6+
7+
## 0.10.0
8+
9+
- Fix `classRegex` offset (#846)
10+
- Fix language server initialisation outside of VS Code (#803)
11+
- Fix recommended variant order linting in Tailwind v2 (#849)
12+
313
## 0.9.13
414

515
- Fix CSS conflict regression (#842)

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

0 commit comments

Comments
 (0)