Skip to content

Commit

Permalink
v1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 19, 2016
1 parent ff6529a commit 7d88913
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
sudo: false

language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "iojs"
before_install:
- if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi

matrix:
fast_finish: true

cache:
directories:
- node_modules
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.4.0:
date: 2016-04-19
changes:
- Updated to `html-minifier` 2.0.0.
v1.3.0:
date: 2016-04-10
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 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)
# grunt-contrib-htmlmin v1.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)

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

## Release History

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

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

*This file was generated on Sun Apr 10 2016 14:29:25.*
*This file was generated on Tue Apr 19 2016 09:50:18.*
7 changes: 0 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# http://www.appveyor.com/docs/appveyor-yml

clone_depth: 10

version: "{build}"
Expand All @@ -20,11 +18,6 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: >-
if ($env:nodejs_version -eq "0.10") {
npm -g install npm@2
$env:PATH="$env:APPDATA\npm;$env:PATH"
}
- npm install

test_script:
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "1.4.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

1 comment on commit 7d88913

@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.

Please sign in to comment.