Skip to content

Commit

Permalink
Release 1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Jan 21, 2015
1 parent b40daac commit 972e7b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.0-rc2 (21 January 2015)
* Fixing a botched `npm publish`

# Chokidar 1.0.0-rc1 (21 January 2015)
* Glob support for `watch` and `add` methods
* New `unwatch` method to turn off watching of previously watched paths
Expand Down
4 changes: 2 additions & 2 deletions 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-rc1",
"version": "1.0.0-rc2",
"keywords": [
"fs",
"watch",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"main": "lib",
"files": [
"lib"
"lib/"
],
"devDependencies": {
"chai": "~1.9.2",
Expand Down

0 comments on commit 972e7b7

Please sign in to comment.