We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4817f01 commit 0cc9d8cCopy full SHA for 0cc9d8c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.0.3
2
+
3
+* [use worker-rpc library for inter-process communication](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/231)
4
5
## v1.0.2
6
7
* [Fix ignoreLintWarning mark warnings as errors](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/243)
package.json
@@ -1,6 +1,6 @@
{
"name": "fork-ts-checker-webpack-plugin",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Runs typescript type checker and linter on separate process.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments