From ac8c8e65cbd93781dba6ac031a59c24702f88b51 Mon Sep 17 00:00:00 2001 From: yuanchuan Date: Sun, 19 Sep 2021 15:58:22 +0800 Subject: [PATCH] release 0.7.2 --- Changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a7b6aa7..1c4e345 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.2 + +* Reduce the released npm package size. + +

+ + ## 0.7.1 * Don't normalize events for Windows or it might lose essential events. diff --git a/package.json b/package.json index 0222326..9ea153e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "watch", "watchfile" ], - "version": "0.7.1", + "version": "0.7.2", "bugs": { "url": "https://github.com/yuanchuan/node-watch/issues" },