Skip to content

Commit 6f78f19

Browse files
committed
v0.31.3
1 parent 1ac5373 commit 6f78f19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
### 0.31.3
3+
### 0.31.3 | 2020-12-13 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.31.3/vspackage)
44

55
- Console error only message when unimportant.
6-
- Fix compatibility with atom-languageclient.
6+
- Fix compatibility with atom-languageclient. #2561
77
- Fix no completion/resolve language error.
8-
- Fix hang with `EACCES: permission denied` error.
8+
- Fix hang with `EACCES: permission denied` error. #2559
99

1010
### 0.31.2 | 2020-12-12 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.31.2/vspackage)
1111

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Vue tooling for VS Code",
55
"author": "Pine Wu <[email protected]>",
66
"icon": "asset/vue.png",
7-
"version": "0.31.2",
7+
"version": "0.31.3",
88
"publisher": "octref",
99
"scripts": {
1010
"postinstall": "run-s install:*",

0 commit comments

Comments
 (0)