Skip to content

Commit 87f687a

Browse files
authored
release 0.7.3 (#121)
1 parent b4bd21d commit 87f687a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changelog.md

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

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+
312
## 0.7.2
413

514
* Reduce the released npm package size.

package.json

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

0 commit comments

Comments
 (0)