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

Commit 41ab8ee

Browse files
authored
release v1.2.6 (#15)
1 parent b8d083e commit 41ab8ee

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.2.6 - 2019-06-19
4+
5+
- update deno types to 0.9.0 [#14](https://github.com/justjavac/typescript-deno-plugin/pull/14)
6+
37
## 1.2.5 - 2019-06-05
48

59
- deep merge `compilerOptions` [#34](https://github.com/justjavac/vscode-deno/issues/34)

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

0 commit comments

Comments
 (0)