Skip to content

Commit ff2f7e8

Browse files
authored
Merge pull request TypeStrong#63 from Realytics/v0.2.9
v0.2.9
2 parents f38120b + 3dacc89 commit ff2f7e8

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+
## v0.2.9
2+
* Make errors formatting closer to `ts-loader` style
3+
* Handle tslint exclude option
4+
15
## v0.2.8
26
* Add `checkSyntacticErrors` option
37
* Fix `process.env` pass to the child process

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.2.8",
3+
"version": "0.2.9",
44
"description": "Runs typescript type checker and linter on separate process.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)