diff --git a/ChangeLog b/ChangeLog index 62e3822..efc4188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016.10.04, v2.0.12 + +fix: +- (minify) do not encode images to base64 + + 2016.07.11, v2.0.11 feature: diff --git a/package.json b/package.json index bb28fb2..aa9d56d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "2.0.11", + "version": "2.0.12", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",