Skip to content

Commit

Permalink
Release 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 30, 2015
1 parent 26fd158 commit 1df57f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# Chokidar 1.4.2 (Dec 30, 2015)
* Now correctly emitting `stats` with `awaitWriteFinish` option.

# Chokidar 1.4.1 (Dec 9, 2015)
* The watcher could now be correctly subclassed with ES6 class syntax.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "1.4.1",
"version": "1.4.2",
"keywords": [
"fs",
"watch",
Expand Down

0 comments on commit 1df57f2

Please sign in to comment.