diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a84173..19539479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Chokidar 1.5.2 (Jun 7, 2016) +* Fix missing `addDir` events when using `cwd` and `alwaysStat` options +* Fix missing `add` events for files within a renamed directory + # Chokidar 1.5.1 (May 20, 2016) * To help prevent exhaustion of FSEvents system limitations, consolidate watch instances to the common parent upon detection of separate watch instances on diff --git a/package.json b/package.json index df59c643..07f3c8c2 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.5.1", + "version": "1.5.2", "keywords": [ "fs", "watch",