Skip to content

Commit

Permalink
Prepare v1.0.3 release (#248)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Increment version to 1.0.3
  • Loading branch information
johnnyreilly committed Apr 17, 2019
1 parent 4817f01 commit 0cc9d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.0.3

* [use worker-rpc library for inter-process communication](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/231)

## v1.0.2

* [Fix ignoreLintWarning mark warnings as errors](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/243)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 0cc9d8c

Please sign in to comment.