Skip to content

Commit

Permalink
Update html-minifier to v1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 10, 2016
1 parent 32299aa commit c8c893b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.*
4 changes: 2 additions & 2 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": "1.2.0",
"version": "1.3.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand All @@ -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": {
Expand Down

2 comments on commit c8c893b

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@vladikoff
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.