Skip to content

Commit

Permalink
v2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 14, 2017
1 parent 165adf2 commit 4ad1943
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.1.0:
date: 2017-01-14
changes:
- Updated html-minifier to v3.2.3 and pretty-bytes to 4.0.2.
v2.0.0:
date: 2016-07-19
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.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)
# 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)

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

## Release History

* 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.
* 2016-04-19   v1.4.0   Updated html-minifier to v2.0.0.
Expand All @@ -114,4 +115,4 @@ grunt.registerTask('default', ['htmlmin']);

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

*This file was generated on Sat Jan 14 2017 15:20:44.*
*This file was generated on Sat Jan 14 2017 15:24:24.*
6 changes: 3 additions & 3 deletions 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.0.0",
"version": "2.1.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"chalk": "^1.0.0",
"html-minifier": "~3.0.1",
"pretty-bytes": "^3.0.1"
"html-minifier": "~3.2.3",
"pretty-bytes": "^4.0.2"
},
"devDependencies": {
"grunt": "^1.0.0",
Expand Down

0 comments on commit 4ad1943

Please sign in to comment.