Skip to content

Commit

Permalink
v0.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Dec 13, 2020
1 parent 1ac5373 commit 6f78f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <[email protected]>",
"icon": "asset/vue.png",
"version": "0.31.2",
"version": "0.31.3",
"publisher": "octref",
"scripts": {
"postinstall": "run-s install:*",
Expand Down

0 comments on commit 6f78f19

Please sign in to comment.