Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Apr 9, 2019
1 parent 30149d5 commit 0b34107
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.6.1

* Add TypeScript support.
* Fix race condition of `fs.exists` and `fs.stat`.
* Prevent redundant events on Windows when creating file/directory.


## 0.6.0
Special thanks to [Timo Tijhof](https://github.com/Krinkle)

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ watcher.isClosed()

## Known issues

**Windows**
* Will output its parent directory when a new file/directory is created in a deep directory.

**Windows, node < v4.2.5**

* Failed to detect `remove` event
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"watch",
"watchfile"
],
"version": "0.6.0",
"version": "0.6.1",
"bugs": {
"url": "https://github.com/yuanchuan/node-watch/issues"
},
Expand Down

0 comments on commit 0b34107

Please sign in to comment.