We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f09c88 commit 83cd162Copy full SHA for 83cd162
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,9 +1,14 @@
1
# Changelog
2
3
-## Unreleased
+## 0.11.x (Pre-Release)
4
5
Nothing yet.
6
7
+## 0.10.1
8
+
9
+- Add `Sort Selection` command (#851)
10
+- Update lockfiles (#853)
11
12
## 0.10.0
13
14
- Fix `classRegex` offset (#846)
packages/vscode-tailwindcss/package.json
@@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <[email protected]>",
"license": "MIT",
- "version": "0.10.0",
+ "version": "0.10.1",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments