diff --git a/Changelog.md b/Changelog.md index 5bbae88..08380e6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.6.2 + +* Detect temporary editor files more wisely in order to avoid side effects on Windows. + ## 0.6.1 * Add TypeScript support. diff --git a/package.json b/package.json index 81a5343..a0bf3ea 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "watch", "watchfile" ], - "version": "0.6.1", + "version": "0.6.2", "bugs": { "url": "https://github.com/yuanchuan/node-watch/issues" },