Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit ea5b3fc

Browse files
authored
release v1.31.0 (#47)
1 parent 7b45013 commit ea5b3fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.31.0 - 2020-05-29
4+
5+
- support @deno-types ([#46](https://github.com/justjavac/typescript-deno-plugin/pull/46))
6+
37
## 1.30.0 - 2020-05-28
48

59
- Fix collection updating and undefined error ([#42](https://github.com/justjavac/typescript-deno-plugin/pull/42))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-deno-plugin",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "Deno language service plugin for TypeScript",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

0 commit comments

Comments
 (0)