Skip to content

Commit

Permalink
v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 30, 2017
1 parent 16e092d commit 7e79402
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.2.0:
date: 2017-01-30
changes:
- Updated html-minifier to v3.3.0.
v2.1.0:
date: 2017-01-14
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 v2.1.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.2.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 @@ -91,6 +91,7 @@ grunt.registerTask('default', ['htmlmin']);

## Release History

* 2017-01-30   v2.2.0   Updated html-minifier to v3.3.0.
* 2017-01-14   v2.1.0   Updated html-minifier to v3.2.3 and pretty-bytes to 4.0.2.
* 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.
Expand All @@ -115,4 +116,4 @@ grunt.registerTask('default', ['htmlmin']);

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

*This file was generated on Sat Jan 14 2017 15:24:24.*
*This file was generated on Mon Jan 30 2017 23:19:05.*
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": "2.1.0",
"version": "2.2.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit 7e79402

Please sign in to comment.