diff --git a/.travis.yml b/.travis.yml index f63bfeb..73d2f7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,16 @@ 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 + - "6" + - "7" + matrix: fast_finish: true + cache: directories: - node_modules diff --git a/CHANGELOG b/CHANGELOG index 8d5c2d2..c3a27fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v1.1.0: + date: 2017-04-12 + changes: + - Update grunt to 1.0.0 + - Update to docs and changelog + - Update internal modules v1.0.0: date: 2016-02-15 changes: diff --git a/README.md b/README.md index 3510563..bb002cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-clean v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-clean.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-clean) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/li28411ceq3n833d/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-clean/branch/master) +# grunt-contrib-clean v1.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-clean.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-clean) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/li28411ceq3n833d/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-clean/branch/master) > Clean files and folders @@ -144,6 +144,7 @@ clean: { ## Release History + * 2017-04-12   v1.1.0   Update grunt to 1.0.0 Update to docs and changelog Update internal modules * 2016-02-15   v1.0.0   Drop support for Node.js v0.8. Grunt peer dependency tagged `>= 0.4.5`. Dependency updates. * 2015-11-13   v0.7.0   Dependency updates. * 2014-07-27   v0.6.0   Less verbose output. README updates. @@ -160,4 +161,4 @@ clean: { Task submitted by [Tim Branyen](http://tbranyen.com/) -*This file was generated on Tue Apr 05 2016 18:06:38.* +*This file was generated on Wed Apr 12 2017 20:36:15.* diff --git a/appveyor.yml b/appveyor.yml index a196c5e..c0596b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,3 @@ -# http://www.appveyor.com/docs/appveyor-yml - clone_depth: 10 version: "{build}" @@ -9,22 +7,17 @@ environment: matrix: - nodejs_version: "0.10" platform: x86 - - nodejs_version: "0.12" - platform: x86 - nodejs_version: "4" platform: x64 - nodejs_version: "4" platform: x86 - - nodejs_version: "5" + - nodejs_version: "6" + platform: x86 + - nodejs_version: "7" platform: x86 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: diff --git a/package.json b/package.json index 86aa495..1e3dfbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-clean", "description": "Clean files and folders", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"