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

Commit e4fd984

Browse files
committed
release v1.30.0
Signed-off-by: 迷渡 <[email protected]>
1 parent 314ee17 commit e4fd984

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.30.0 - 2020-05-28
4+
5+
- Fix collection updating and undefined error ([#42](https://github.com/justjavac/typescript-deno-plugin/pull/42))
6+
- bump deno v1.0.2
7+
38
## 1.29.0 - 2020-05-18
49

510
- avoid call circular

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.29.0",
3+
"version": "1.30.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)