Skip to content

Commit 0b34107

Browse files
committed
release 0.6.1
1 parent 30149d5 commit 0b34107

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.6.1
4+
5+
* Add TypeScript support.
6+
* Fix race condition of `fs.exists` and `fs.stat`.
7+
* Prevent redundant events on Windows when creating file/directory.
8+
9+
310
## 0.6.0
411
Special thanks to [Timo Tijhof](https://github.com/Krinkle)
512

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ watcher.isClosed()
132132

133133
## Known issues
134134

135-
**Windows**
136-
* Will output its parent directory when a new file/directory is created in a deep directory.
137-
138135
**Windows, node < v4.2.5**
139136

140137
* Failed to detect `remove` event

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch",
1212
"watchfile"
1313
],
14-
"version": "0.6.0",
14+
"version": "0.6.1",
1515
"bugs": {
1616
"url": "https://github.com/yuanchuan/node-watch/issues"
1717
},

0 commit comments

Comments
 (0)