Skip to content

Commit

Permalink
v.2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 18, 2016
1 parent b8db17a commit d41bf39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.0:
date: 2016-07-19
changes:
- Updated html-minifier to v3.0.1. Note that Node.js < 4 isn't supported anymore.
v1.5.0:
date: 2016-07-13
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-htmlmin v1.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master)
# grunt-contrib-htmlmin v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master)

> Minify HTML
Expand Down Expand Up @@ -60,6 +60,7 @@ grunt.registerTask('default', ['htmlmin']);

## Release History

* 2016-07-19   v2.0.0   Updated html-minifier to v3.0.1. Note that Node.js < 4 isn't supported anymore.
* 2016-07-13   v1.5.0   Updated html-minifier to v2.1.7.
* 2016-04-19   v1.4.0   Updated html-minifier to v2.0.0.
* 2016-04-10   v1.3.0   Updated html-minifier to v1.5.0.
Expand All @@ -82,4 +83,4 @@ grunt.registerTask('default', ['htmlmin']);

Task submitted by [Sindre Sorhus](http://github.com/sindresorhus)

*This file was generated on Thu Jul 14 2016 10:35:27.*
*This file was generated on Tue Jul 19 2016 00:45:48.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-htmlmin",
"description": "Minify HTML",
"version": "1.5.0",
"version": "2.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit d41bf39

Please sign in to comment.