From c8c893b8a856b56fd19a459f5374b64fc61a99bf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 10 Apr 2016 14:27:22 +0300 Subject: [PATCH] Update html-minifier to v1.5.0. --- CHANGELOG | 6 +++++- README.md | 7 ++++--- package.json | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4f3786e..4ed4438 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,11 @@ +v1.3.0: + date: 2016-04-10 + changes: + - Updated to `html-minifier` 1.5.0. v1.2.0: date: 2016-03-31 changes: - - Updated to `html-minifier` to 1.4.0. + - Updated to `html-minifier` 1.4.0. v1.1.0: date: 2016-03-18 changes: diff --git a/README.md b/README.md index 985e5c5..171dd17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# 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) > Minify HTML @@ -60,7 +60,8 @@ grunt.registerTask('default', ['htmlmin']); ## Release History - * 2016-03-31   v1.2.0   Updated to `html-minifier` to 1.4.0. + * 2016-04-10   v1.3.0   Updated to `html-minifier` 1.5.0. + * 2016-03-31   v1.2.0   Updated to `html-minifier` 1.4.0. * 2016-03-18   v1.1.0   Updated to `html-minifier` 1.3.0. * 2016-03-04   v1.0.0   Updated to `html-minifier` 1.2.0. Point main to task. Drop peerDeps. * 2015-10-28   v0.6.0   Updated to `html-minifier` 1.0.0. @@ -79,4 +80,4 @@ grunt.registerTask('default', ['htmlmin']); Task submitted by [Sindre Sorhus](http://github.com/sindresorhus) -*This file was generated on Thu Mar 31 2016 17:14:37.* +*This file was generated on Sun Apr 10 2016 14:29:25.* diff --git a/package.json b/package.json index e1b0f79..33bbbac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-htmlmin", "description": "Minify HTML", - "version": "1.2.0", + "version": "1.3.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" @@ -17,7 +17,7 @@ }, "dependencies": { "chalk": "^1.0.0", - "html-minifier": "~1.4.0", + "html-minifier": "~1.5.0", "pretty-bytes": "^3.0.1" }, "devDependencies": {