diff --git a/ChangeLog b/ChangeLog index 50fa826..3c0ab2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018.11.14, v4.0.2 + +fix: +- (js) then is not a function (#48) + + 2018.10.31, v4.0.1 fix: diff --git a/package.json b/package.json index 8f94741..a49080b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "4.0.1", + "version": "4.0.2", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",