Skip to content

Commit c8c893b

Browse files
committedApr 10, 2016
Update html-minifier to v1.5.0.
1 parent 32299aa commit c8c893b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed
 

‎CHANGELOG

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
v1.3.0:
2+
date: 2016-04-10
3+
changes:
4+
- Updated to `html-minifier` 1.5.0.
15
v1.2.0:
26
date: 2016-03-31
37
changes:
4-
- Updated to `html-minifier` to 1.4.0.
8+
- Updated to `html-minifier` 1.4.0.
59
v1.1.0:
610
date: 2016-03-18
711
changes:

‎README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-htmlmin v1.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)
1+
# grunt-contrib-htmlmin v1.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)
22

33
> Minify HTML
44
@@ -60,7 +60,8 @@ grunt.registerTask('default', ['htmlmin']);
6060

6161
## Release History
6262

63-
* 2016-03-31   v1.2.0   Updated to `html-minifier` to 1.4.0.
63+
* 2016-04-10   v1.3.0   Updated to `html-minifier` 1.5.0.
64+
* 2016-03-31   v1.2.0   Updated to `html-minifier` 1.4.0.
6465
* 2016-03-18   v1.1.0   Updated to `html-minifier` 1.3.0.
6566
* 2016-03-04   v1.0.0   Updated to `html-minifier` 1.2.0. Point main to task. Drop peerDeps.
6667
* 2015-10-28   v0.6.0   Updated to `html-minifier` 1.0.0.
@@ -79,4 +80,4 @@ grunt.registerTask('default', ['htmlmin']);
7980

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

82-
*This file was generated on Thu Mar 31 2016 17:14:37.*
83+
*This file was generated on Sun Apr 10 2016 14:29:25.*

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-htmlmin",
33
"description": "Minify HTML",
4-
"version": "1.2.0",
4+
"version": "1.3.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": "~1.4.0",
20+
"html-minifier": "~1.5.0",
2121
"pretty-bytes": "^3.0.1"
2222
},
2323
"devDependencies": {

2 commit comments

Comments
 (2)

XhmikosR commented on Apr 10, 2016

@XhmikosR
MemberAuthor

@vladikoff: please npm publish this; I already tagged it.

vladikoff commented on Apr 10, 2016

@vladikoff
Member

Thanks!

Please sign in to comment.