diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c97ec3c..c7f5c67bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 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) - Add `--log-level` option for `vti diagnostics` to configure log level to print. #2752. - Upgrade `typescript` to 4.3.2. diff --git a/package.json b/package.json index e3d454c754..29ba74d1f5 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.33.1", + "version": "0.34.0", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",