From 87f687ab5e53554342778d2b1a73a1e5b805842d Mon Sep 17 00:00:00 2001 From: Yuan Chuan Date: Mon, 24 Jan 2022 20:42:22 +0800 Subject: [PATCH] release 0.7.3 (#121) --- Changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1c4e345..012f364 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Changelog +## 0.7.3 + +* Fixed the type definition of callback function. (by @xieyuheng) +* Optimization to the guard function. (by @wmertens) +* Switched to Github Actions for CI. + +

+ + ## 0.7.2 * Reduce the released npm package size. diff --git a/package.json b/package.json index 9ea153e..241dc81 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "watch", "watchfile" ], - "version": "0.7.2", + "version": "0.7.3", "bugs": { "url": "https://github.com/yuanchuan/node-watch/issues" },