Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Aug 1, 2023
1 parent 8f3fb4f commit f614f0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.7.4

* Fix: add export to interface #128 (by @multivoltage)
* Catch fs.watch exceptions #125 (by @campersau )
* Fix can't listener error event on incorrect file/directory #123 (by @leijuns)

<br> <br>


## 0.7.3

* Fixed the type definition of callback function. (by @xieyuheng)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"watch",
"watchfile"
],
"version": "0.7.3",
"version": "0.7.4",
"bugs": {
"url": "https://github.com/yuanchuan/node-watch/issues"
},
Expand All @@ -31,6 +31,6 @@
},
"devDependencies": {
"fs-extra": "^7.0.1",
"mocha": "^5.2.0"
"mocha": "^10.2.0"
}
}

0 comments on commit f614f0f

Please sign in to comment.