Skip to content

Commit c52f775

Browse files
chore(release): 2.0.3 [skip ci]
## <small>2.0.3 (2018-08-28)</small> * fix: Added missing packages ([9e880d4](9e880d4)) * fix: Update source bug when using eslint in watch mode ([481c177](481c177))
1 parent 9e880d4 commit c52f775

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,3 +1,8 @@
1+
## <small>2.0.3 (2018-08-28)</small>
2+
3+
* fix: Added missing packages ([9e880d4](https://github.com/unlight/typescript-service/commit/9e880d4))
4+
* fix: Update source bug when using eslint in watch mode ([481c177](https://github.com/unlight/typescript-service/commit/481c177))
5+
16
## <small>2.0.2 (2018-08-26)</small>
27

38
* fix: Restored getSource file fallback implementation ([e29755c](https://github.com/unlight/typescript-service/commit/e29755c))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-service",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"license": "MIT",
55
"description": "",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)