Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 13, 2017
1 parent 985cc7f commit d1cd6ca
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
11 changes: 6 additions & 5 deletions .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
6 changes: 6 additions & 0 deletions 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:
Expand Down
5 changes: 3 additions & 2 deletions 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
Expand Down Expand Up @@ -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.
Expand All @@ -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.*
13 changes: 3 additions & 10 deletions appveyor.yml
@@ -1,5 +1,3 @@
# http://www.appveyor.com/docs/appveyor-yml

clone_depth: 10

version: "{build}"
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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/"
Expand Down

0 comments on commit d1cd6ca

Please sign in to comment.