From 4bf2ff197cc07d3fbcea052f68930d64854a97d5 Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Sat, 16 Oct 2021 13:47:50 +0800 Subject: [PATCH] v0.35.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e34a754f92..3196c81832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Un release +### 0.35.0 | 2021-10-16 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.35.0/vspackage) ---- diff --git a/package.json b/package.json index 5e3e14699f..4fde2f0892 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.1", + "version": "0.35.0", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",