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" },