Skip to content

Commit

Permalink
Release 0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 6, 2012
1 parent 9ea80ff commit 2fccccd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,6 @@
# Chokidar 0.2.4 (June 7, 2012)
* Fixed a bug when unlinked files emitted events after unlink.

# Chokidar 0.2.3 (May 12, 2012) # Chokidar 0.2.3 (May 12, 2012)
* Fixed watching of files on windows. * Fixed watching of files on windows.


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Available events: add, change, unlink, error.
## License ## License
The MIT license. The MIT license.


Copyright (c) Paul Miller (http://paulmillr.com) Copyright (c) 2012 Paul Miller (http://paulmillr.com)


Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "chokidar", "name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile.", "description": "A neat wrapper around node.js fs.watch / fs.watchFile.",
"version": "0.2.3", "version": "0.2.4",
"keywords": ["fs", "watch", "watchFile", "watcher", "file"], "keywords": ["fs", "watch", "watchFile", "watcher", "file"],
"homepage": "https://github.com/paulmillr/chokidar", "homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (http://paulmillr.com)", "author": "Paul Miller (http://paulmillr.com)",
Expand Down

0 comments on commit 2fccccd

Please sign in to comment.