We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e880d4 commit c52f775Copy full SHA for c52f775
CHANGELOG.md
@@ -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
6
## <small>2.0.2 (2018-08-26)</small>
7
8
* fix: Restored getSource file fallback implementation ([e29755c](https://github.com/unlight/typescript-service/commit/e29755c))
package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-service",
- "version": "2.0.2",
+ "version": "2.0.3",
"license": "MIT",
"description": "",
"main": "dist/index.js",
0 commit comments