Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Dec 7, 2019
1 parent 8debe3a commit e8a3b47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.0 - 2019-12-07

- suport vscode >= 1.14.0
- upgrade `execa@3.4.0`, `which@2.0.2`
- fix deno finder [#58](https://github.com/justjavac/vscode-deno/issues/58)

## 1.3.3 - 2019-08-29

- fix deno version for ci [#52](https://github.com/justjavac/vscode-deno/issues/51)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deno",
"displayName": "%deno.displayName%",
"description": "%deno.description%",
"version": "1.3.3",
"version": "1.4.0",
"publisher": "justjavac",
"icon": "deno.png",
"galleryBanner": {
Expand Down

0 comments on commit e8a3b47

Please sign in to comment.