Skip to content

Commit f68e26f

Browse files
author
Piotr Oleś
committed
Prepare v0.2.7 Release
1 parent cbb92ce commit f68e26f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.2.7
2+
* Fix service is not killed when webpack watch is done
3+
14
## v0.2.6
25
* Add diagnostics/lints formatters - `formatter` and `formatterOptions` option
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Webpack plugin that runs typescript type checker on a separate process.
66

77
## Installation
8-
This plugin requires minimum **webpack 2**, **typescript 2.1** and optionally **tslint 5.0**
8+
This plugin requires minimum **webpack 2.3**, **typescript 2.1** and optionally **tslint 5.0**
99
```sh
1010
npm install --save-dev fork-ts-checker-webpack-plugin
1111
```

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

0 commit comments

Comments
 (0)