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

Commit 185d757

Browse files
committed
release v1.6.0
1 parent 2e50e3d commit 185d757

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.6.0 - 2020-05-03
4+
5+
- rewrite module resolver [#35](https://github.com/justjavac/typescript-deno-plugin/pull/35)
6+
37
## 1.4.1 - 2020-04-13
48

59
- no changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-deno-plugin",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Deno language service plugin for TypeScript",
55
"main": "out/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)