From 3b7ddf4453787979a22b83949b86106534c78d26 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sat, 12 May 2018 21:15:20 -0700 Subject: [PATCH] v1.1.0 --- CHANGELOG | 4 ++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8afed55..cc4f503 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.1.0: + date: 2018-05-12 + changes: + - Update to `tiny-lr@1.1.1`, `lodash@4.17.10`, `async@2.6.0` v1.0.1: date: 2018-04-20 changes: diff --git a/README.md b/README.md index 58ab32f..5482741 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-watch v1.0.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-watch.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-watch) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/olyu3uhcq59avm8v/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-watch/branch/master) +# grunt-contrib-watch v1.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-watch.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-watch) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/olyu3uhcq59avm8v/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-watch/branch/master) > Run predefined tasks whenever watched file patterns are added, changed or deleted @@ -483,6 +483,7 @@ You'll have the `connect` web server on seperate port ex: port 9000 from your ma ## Release History + * 2018-05-12   v1.1.0   Update to `tiny-lr@1.1.1`, `lodash@4.17.10`, `async@2.6.0` * 2018-04-20   v1.0.1   Update to `gaze@1.1`, `lodash@4` * 2016-03-12   v1.0.0   Updated tiny-lr, gaze, async and lodash dependencies. Fix endless loop issue with `atBegin`/`nospawn`. Expose hostname parameter of tiny-lr. Support `cwd.event` to emit events relative to path. Removed peerDependencies setting. * 2014-03-19   v0.6.1   Fix for watch targets named "default". @@ -512,4 +513,4 @@ You'll have the `connect` web server on seperate port ex: port 9000 from your ma Task submitted by [Kyle Robinson Young](http://dontkry.com) -*This file was generated on Fri Apr 20 2018 15:26:14.* +*This file was generated on Sat May 12 2018 21:15:02.* diff --git a/package.json b/package.json index 0627b2f..db92b67 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-watch", "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted", - "version": "1.0.1", + "version": "1.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"