We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5d465 commit d404878Copy full SHA for d404878
Changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.6.4
4
+
5
+* Fix `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` error for Node v14.
6
7
+# Changelog
8
9
## 0.6.3
10
11
* Types: Allow watching multiple files.
README.md
@@ -197,4 +197,4 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co
197
## License
198
MIT
199
200
-Copyright (c) 2012-2018 [yuanchuan](https://github.com/yuanchuan)
+Copyright (c) 2020 [yuanchuan](https://github.com/yuanchuan)
package.json
@@ -11,7 +11,7 @@
"watch",
12
"watchfile"
13
],
14
- "version": "0.6.3",
+ "version": "0.6.4",
15
"bugs": {
16
"url": "https://github.com/yuanchuan/node-watch/issues"
17
},
0 commit comments