Skip to content

Commit

Permalink
Release 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 9, 2015
1 parent 6fae905 commit ece3a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Chokidar 1.4.1 (Dec 9, 2015)
* The watcher could now be correctly subclassed with ES6 class syntax.

# Chokidar 1.4.0 (3 December 2015)
* Add `.getWatched()` method, exposing all file system entries being watched
* Apply `awaitWriteFinish` methodology to `change` events (in addition to `add`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "1.4.0",
"version": "1.4.1",
"keywords": [
"fs",
"watch",
Expand Down

0 comments on commit ece3a67

Please sign in to comment.