Skip to content

Commit 80a63b4

Browse files
committed
prepare 0.4.4 release
1 parent 6a83c7d commit 80a63b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.4
2+
3+
* [Fix(vue): resolve src attribute on the script block on Vue files](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/130) (#111, #85)
4+
15
## v0.4.3
26
* Fix "File system lag can cause Invalid source file errors to slip through" (#127)
37

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-ts-checker-webpack-plugin",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Runs typescript type checker and linter on separate process.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)