diff --git a/CHANGELOG.md b/CHANGELOG.md index 763972c981..56ad7be612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.30.3 +### 0.30.3 | 2020-11-26 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.30.3/vspackage) - Fix prettier-eslint and prettier-tslint - Fix prettier-eslint not read eslint config. diff --git a/package.json b/package.json index c77a7c0f65..61c885e6ed 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.2", + "version": "0.30.3", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",