Skip to content

Commit d404878

Browse files
committed
release 0.6.4
[ci skip]
1 parent fd5d465 commit d404878

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changelog.md

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

3+
## 0.6.4
4+
5+
* Fix `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` error for Node v14.
6+
7+
# Changelog
8+
39
## 0.6.3
410

511
* Types: Allow watching multiple files.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co
197197
## License
198198
MIT
199199

200-
Copyright (c) 2012-2018 [yuanchuan](https://github.com/yuanchuan)
200+
Copyright (c) 2020 [yuanchuan](https://github.com/yuanchuan)

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.3",
14+
"version": "0.6.4",
1515
"bugs": {
1616
"url": "https://github.com/yuanchuan/node-watch/issues"
1717
},

0 commit comments

Comments
 (0)