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 46dbc9b commit 23fb607Copy full SHA for 23fb607
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### 0.34.1 | 2021-06-04
+### 0.34.1 | 2021-06-04 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.34.1/vspackage)
4
5
- Fix formatting failed when typescript block with prettier. #2982
6
- Respect project baseURL relative to tsconfig.json. #2952
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.34.0",
+ "version": "0.34.1",
8
"publisher": "octref",
9
"scripts": {
10
"postinstall": "run-s install:*",
0 commit comments