From 23fb60753ee74013f18a6773e1b52479ae78bd61 Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Sat, 5 Jun 2021 00:12:56 +0800 Subject: [PATCH] v0.34.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:*",