We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97935f8 commit b26ad0bCopy full SHA for b26ad0b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### 0.30.2
+### 0.30.2 | 2020-11-16 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.30.2/vspackage)
4
5
- Fix high CPU usage when huge project. #2468
6
- Fix high CPU usage when template tag self closed. Thanks to help from [@Shinigami92](https://github.com/Shinigami92). #2468
package.json
@@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <[email protected]>",
"icon": "asset/vue.png",
7
- "version": "0.30.1",
+ "version": "0.30.2",
8
"publisher": "octref",
9
"scripts": {
10
"postinstall": "run-s install:*",
0 commit comments