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

Commit 52ca746

Browse files
authored
release v1.2.7 (#18)
1 parent f6b4978 commit 52ca746

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.2.7 - 2019-08-29
4+
5+
- Add support for query strings in import urls [#16](https://github.com/justjavac/typescript-deno-plugin/pull/16)
6+
- update deno types to 0.16.0
7+
38
## 1.2.6 - 2019-06-19
49

510
- update deno types to 0.9.0 [#14](https://github.com/justjavac/typescript-deno-plugin/pull/14)

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

0 commit comments

Comments
 (0)