We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bd21d commit 87f687aCopy full SHA for 87f687a
Changelog.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.7.3
4
+
5
+* Fixed the type definition of callback function. (by @xieyuheng)
6
+* Optimization to the guard function. (by @wmertens)
7
+* Switched to Github Actions for CI.
8
9
+<br> <br>
10
11
12
## 0.7.2
13
14
* Reduce the released npm package size.
package.json
@@ -11,7 +11,7 @@
"watch",
"watchfile"
],
- "version": "0.7.2",
+ "version": "0.7.3",
15
"bugs": {
16
"url": "https://github.com/yuanchuan/node-watch/issues"
17
},
0 commit comments