Skip to content

Commit 76a8715

Browse files
author
Piotr Oleś
committed
v0.2.8
1 parent b4322b1 commit 76a8715

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.8
2+
* Add `checkSyntacticErrors` option
3+
* Fix `process.env` pass to the child process
4+
* Add `fork-ts-checker-service-before-start` hook
5+
16
## v0.2.7
27
* Fix service is not killed when webpack watch is done
38

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

0 commit comments

Comments
 (0)