diff --git a/ChangeLog b/ChangeLog index 8eb3d56..50fa826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2018.10.31, v4.0.1 + +fix: +- (minify) base64 + +feature: +- (package) eslint-plugin-node v8.0.0 + + 2018.10.26, v4.0.0 feature: diff --git a/package.json b/package.json index 5205635..8f94741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "4.0.0", + "version": "4.0.1", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",