Skip to content

Commit

Permalink
V0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed May 21, 2017
1 parent 3dde906 commit bd01eba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## v0.1.4
* Fix send to closed channel case
* Fix removed files case
* Add `fork-ts-checker-service-start-error` hook

## v0.1.3
* Fix Cannot read property 'mtime' of undefined on OSX
* Fix "Cannot read property 'mtime' of undefined on OSX"

## v0.1.2
* Workers mode works correctly (fixed typo)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-ts-checker-webpack-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "Runs typescript type checker and linter on separate process.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit bd01eba

Please sign in to comment.