Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Apr 8, 2015
1 parent d58c7ce commit beb9db6
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.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
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.0.0",
"version": "1.0.1",
"keywords": [
"fs",
"watch",
Expand Down

0 comments on commit beb9db6

Please sign in to comment.