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

Commit fff023b

Browse files
authored
release v1.3.0 (#30)
1 parent d7ea389 commit fff023b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.0 - 2020-04-10
4+
5+
- update ts compiler optins [#29](https://github.com/justjavac/typescript-deno-plugin/pull/29)
6+
- update deno types to 0.40.0
7+
38
## 1.2.7 - 2019-08-29
49

510
- Add support for query strings in import urls [#16](https://github.com/justjavac/typescript-deno-plugin/pull/16)

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.2.7",
3+
"version": "1.3.0",
44
"description": "Deno language service plugin for TypeScript",
55
"main": "out/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)