Skip to content

Commit d1bd316

Browse files
committed
Update html-minifier to v3.5.0.
1 parent ce5d713 commit d1bd316

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.4.0:
2+
date: 2017-05-16
3+
changes:
4+
- Updated html-minifier to v3.5.0.
15
v2.3.0:
26
date: 2017-03-08
37
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-htmlmin v2.3.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)
1+
# grunt-contrib-htmlmin v2.4.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)
22

33
> Minify HTML
44
@@ -91,6 +91,7 @@ grunt.registerTask('default', ['htmlmin']);
9191

9292
## Release History
9393

94+
* 2017-05-16   v2.4.0   Updated html-minifier to v3.5.0.
9495
* 2017-03-08   v2.3.0   Updated html-minifier to v3.4.0.
9596
* 2017-01-30   v2.2.0   Updated html-minifier to v3.3.0.
9697
* 2017-01-14   v2.1.0   Updated html-minifier to v3.2.3 and pretty-bytes to 4.0.2.
@@ -117,4 +118,4 @@ grunt.registerTask('default', ['htmlmin']);
117118

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

120-
*This file was generated on Wed Mar 08 2017 11:17:35.*
121+
*This file was generated on Tue May 16 2017 21:24:09.*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-htmlmin",
33
"description": "Minify HTML",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"chalk": "^1.0.0",
20-
"html-minifier": "~3.4.0",
20+
"html-minifier": "~3.5.0",
2121
"pretty-bytes": "^4.0.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)