We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143d8da commit 1cc6fdcCopy full SHA for 1cc6fdc
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### 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)
4
- Added new ts and js snippets for the Composition API. Thanks to contribution from [@Namchee](https://github.com/Namchee). #2741
5
- Fix prefix dot folder or file name with eslint, and effect other diagnostics. #2717
6
package.json
@@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <octref@gmail.com>",
"icon": "asset/vue.png",
7
- "version": "0.33.0",
+ "version": "0.33.1",
8
"publisher": "octref",
9
"scripts": {
10
"postinstall": "run-s install:*",
0 commit comments