diff --git a/ChangeLog b/ChangeLog index baf26ac..62e3822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016.07.11, v2.0.11 + +feature: +- (package) html-minifier + + 2016.07.04, v2.0.10 feature: diff --git a/package.json b/package.json index 3f424c6..e89dd31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "2.0.10", + "version": "2.0.11", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)", diff --git a/test/1.css b/test/1.css new file mode 100644 index 0000000..e464866 --- /dev/null +++ b/test/1.css @@ -0,0 +1,3 @@ +{ +color: red } +/* hello world */