diff --git a/CHANGELOG.md b/CHANGELOG.md index 416c7c29d0..09a9cba002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.30.2 +### 0.30.2 | 2020-11-16 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.30.2/vspackage) - Fix high CPU usage when huge project. #2468 - Fix high CPU usage when template tag self closed. Thanks to help from [@Shinigami92](https://github.com/Shinigami92). #2468 diff --git a/package.json b/package.json index b175f1281e..3be7d2cdc8 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.30.1", + "version": "0.30.2", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",