diff --git a/CHANGELOG.md b/CHANGELOG.md index d9033b281c..3a97722064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.33.1 +### 0.33.1 | 2021-03-07 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.33.1/vspackage) - Added new ts and js snippets for the Composition API. Thanks to contribution from [@Namchee](https://github.com/Namchee). #2741 - Fix prefix dot folder or file name with eslint, and effect other diagnostics. #2717 diff --git a/package.json b/package.json index 2aafe3d8d1..4dd7927b0a 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.0", + "version": "0.33.1", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",