Skip to content

Commit b4a53a3

Browse files
authored
0.7.4 (#129)
* 0.7.4 * Skip 10.x for ci
1 parent 8f3fb4f commit b4a53a3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-latest, ubuntu-latest]
16-
node-version: [10.x, 14.x, 18.x, 20.x]
16+
node-version: [14.x, 18.x, 20.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

Changelog.md

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

3+
## 0.7.4
4+
5+
* Fix: add export to interface #128 (by @multivoltage)
6+
* Catch fs.watch exceptions #125 (by @campersau )
7+
* Fix can't listener error event on incorrect file/directory #123 (by @leijuns)
8+
9+
<br> <br>
10+
11+
312
## 0.7.3
413

514
* Fixed the type definition of callback function. (by @xieyuheng)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch",
1212
"watchfile"
1313
],
14-
"version": "0.7.3",
14+
"version": "0.7.4",
1515
"bugs": {
1616
"url": "https://github.com/yuanchuan/node-watch/issues"
1717
},
@@ -31,6 +31,6 @@
3131
},
3232
"devDependencies": {
3333
"fs-extra": "^7.0.1",
34-
"mocha": "^5.2.0"
34+
"mocha": "^10.2.0"
3535
}
3636
}

0 commit comments

Comments
 (0)