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

Commit 34b8c96

Browse files
authored
Release v1.2.1 (#8)
* updagte changelog * update npm version
1 parent 109bc77 commit 34b8c96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.1 - 2019-04-19
4+
5+
- improve deno declaration searching [#7](https://github.com/justjavac/typescript-deno-plugin/pull/7)
6+
37
## 1.2.0 - 2019-04-18
48

59
- add headers fallback when module is not found [#3](https://github.com/justjavac/typescript-deno-plugin/pull/3)

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

0 commit comments

Comments
 (0)