Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Jun 4, 2015
1 parent 0ff83d1 commit ba90462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Chokidar 1.0.3 (4 June 2015)
* Fix race issue with `alwaysStat` option and removed files

# Chokidar 1.0.2 (30 May 2015)
* Fix bug with absolute paths and ENAMETOOLONG error.
* Fix bug with absolute paths and ENAMETOOLONG error

# Chokidar 1.0.1 (8 April 2015)
* Fix bug with `.close()` method in `fs.watch` mode with `persistent: false` option
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.2",
"version": "1.0.3",
"keywords": [
"fs",
"watch",
Expand Down

0 comments on commit ba90462

Please sign in to comment.