diff --git a/README.md b/README.md index 6b52c83..d7debb5 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ Add unit tests for any new or changed functionality. Lint and test your code using [grunt](http://gruntjs.com/). ## Release History +* 1.1.3 - Fix for Node 10 support (@aredridel). Officially dropping support for Node < 4. * 1.1.2 - Prevent more `ENOENT` errors from escaping (@alexgorbatchev). * 1.1.1 - Prevent `fs.watch` errors from escaping error handler (@rosen-vladimirov). Fix `_addToWatched` without `path.sep` (@wyicwx). * 1.1.0 - Update to `globule@1.0.0` with `minimatch >= 3.0.0`. diff --git a/package.json b/package.json index c5938ab..85dbfb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gaze", "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.", - "version": "1.1.2", + "version": "1.1.3", "homepage": "https://github.com/shama/gaze", "author": { "name": "Kyle Robinson Young",