Skip to content

Commit bd01eba

Browse files
committed
V0.1.4
1 parent 3dde906 commit bd01eba

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## v0.1.4
2+
* Fix send to closed channel case
3+
* Fix removed files case
4+
* Add `fork-ts-checker-service-start-error` hook
5+
16
## v0.1.3
2-
* Fix Cannot read property 'mtime' of undefined on OSX
7+
* Fix "Cannot read property 'mtime' of undefined on OSX"
38

49
## v0.1.2
510
* Workers mode works correctly (fixed typo)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-ts-checker-webpack-plugin",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Runs typescript type checker and linter on separate process.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)