diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbb26c3..32b2a508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Chokidar 1.0.1 (8 April 2015) +* Fix bug with `.close()` method in `fs.watch` mode with `persistent: false` option + # Chokidar 1.0.0 (7 April 2015) * Glob support! Use globs in `watch`, `add`, and `unwatch` methods * Comprehensive symlink support diff --git a/package.json b/package.json index 436ab8a1..a0402f59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chokidar", "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "fs", "watch",