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 b4b090c commit a3b49b1Copy full SHA for a3b49b1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### Not Released Yet
+### 0.34.0 | 2021-06-04 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.34.0/vspackage)
4
5
- Add `--log-level` option for `vti diagnostics` to configure log level to print. #2752.
6
- Upgrade `typescript` to 4.3.2.
package.json
@@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <octref@gmail.com>",
"icon": "asset/vue.png",
7
- "version": "0.33.1",
+ "version": "0.34.0",
8
"publisher": "octref",
9
"scripts": {
10
"postinstall": "run-s install:*",
0 commit comments