diff --git a/CHANGELOG.md b/CHANGELOG.md index 960e1d2c5a..73aa8b234c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 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) - Fix formatting failed when typescript block with prettier. #2982 - Respect project baseURL relative to tsconfig.json. #2952 diff --git a/package.json b/package.json index 29ba74d1f5..e6911ff2b3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Vue tooling for VS Code", "author": "Pine Wu ", "icon": "asset/vue.png", - "version": "0.34.0", + "version": "0.34.1", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",