Skip to content

Commit

Permalink
Release 1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Mar 30, 2015
1 parent 52801a9 commit 63fa127
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,3 +1,6 @@
# Chokidar 1.0.0-rc5 (30 March 2015)
* Fix #231, #234, #239, #240, #248, #256, #260

# Chokidar 1.0.0-rc4 (4 March 2015)
* Fix some bugs (#224, #230, #236, #238)

Expand Down Expand Up @@ -28,7 +31,7 @@

# Chokidar 0.12.4 (14 December 2014)
* Fix bug in `fs.watch` mode that caused watcher to leak into `cwd`
* Fix bug preventing ready event when there are symlinks to ignored paths
* Fix bug preventing ready event when there are symlinks to ignored paths

# Chokidar 0.12.3 (13 December 2014)
* Fix handling of special files such as named pipes and sockets
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-rc4",
"version": "1.0.0-rc5",
"keywords": [
"fs",
"watch",
Expand Down

2 comments on commit 63fa127

@shakyShane
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tumblr_m0osrrhqmk1qzcv7no4_250

@es128
Copy link
Collaborator Author

@es128 es128 commented on 63fa127 Mar 30, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Holy shit how did you tap into the security feed in my house?!?!

Please sign in to comment.