Skip to content

Commit c88c37a

Browse files
authored
Merge pull request #131 from Realytics/feature/0.4.4-release
prepare 0.4.4 release
2 parents 6a83c7d + 80a63b4 commit c88c37a

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)