Skip to content

Commit 562bf9b

Browse files
chore(release): 2.0.1 [skip ci]
## <small>2.0.1 (2018-08-26)</small> * fix: getSourceFile fail fixed if file is not defined in tsconfig ([3225ea7](3225ea7))
1 parent 3225ea7 commit 562bf9b

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,3 +1,7 @@
1+
## <small>2.0.1 (2018-08-26)</small>
2+
3+
* fix: getSourceFile fail fixed if file is not defined in tsconfig ([3225ea7](https://github.com/unlight/typescript-service/commit/3225ea7))
4+
15
## 2.0.0 (2018-08-24)
26

37
* docs: Updated README ([32e1449](https://github.com/unlight/typescript-service/commit/32e1449))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-service",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"description": "",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)