Skip to content

Commit 3b7ddf4

Browse files
committed
v1.1.0
1 parent 72b1214 commit 3b7ddf4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.1.0:
2+
date: 2018-05-12
3+
changes:
4+
15
v1.0.1:
26
date: 2018-04-20
37
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Run predefined tasks whenever watched file patterns are added, changed or deleted
44
@@ -483,6 +483,7 @@ You'll have the `connect` web server on seperate port ex: port 9000 from your ma
483483

484484
## Release History
485485

486+
* 2018-05-12   v1.1.0   Update to `[email protected]`, `[email protected]`, `[email protected]`
486487
* 2018-04-20   v1.0.1   Update to `[email protected]`, `lodash@4`
487488
* 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.
488489
* 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
512513

513514
Task submitted by [Kyle Robinson Young](http://dontkry.com)
514515

515-
*This file was generated on Fri Apr 20 2018 15:26:14.*
516+
*This file was generated on Sat May 12 2018 21:15:02.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-watch",
33
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)