We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965c676 commit 2138d6bCopy full SHA for 2138d6b
Changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.6.2
4
+
5
+* Detect temporary editor files more wisely in order to avoid side effects on Windows.
6
7
## 0.6.1
8
9
* Add TypeScript support.
package.json
@@ -11,7 +11,7 @@
11
"watch",
12
"watchfile"
13
],
14
- "version": "0.6.1",
+ "version": "0.6.2",
15
"bugs": {
16
"url": "https://github.com/yuanchuan/node-watch/issues"
17
},
0 commit comments