From 90d089fa41770657403a387cb29e0f4bf57a0943 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 19 Dec 2013 11:56:17 +1100 Subject: [PATCH] v2.4.7. Bugfix. - v2.4.7 December 19, 2013 - Fixed: [Text Editor swap files on saving can throw it off](https://github.com/bevry/watchr/issues/33) - Fixed: [`ENOENT` errors are emitted when dead links a broken symlink is encountered](https://github.com/bevry/watchr/issues/42) - Updated dependencies --- HISTORY.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 57fea90..6745ee0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ # History -- v2.4.6 December 18, 2013 +- v2.4.7 December 19, 2013 + - Fixed: [Text Editor swap files on saving can throw it off](https://github.com/bevry/watchr/issues/33) + - Fixed: [`ENOENT` errors are emitted when dead links a broken symlink is encountered](https://github.com/bevry/watchr/issues/42) + - Updated dependencies + +- v2.4.6 November 18, 2013 - Updated dependencies - v2.4.5 November 17, 2013 diff --git a/package.json b/package.json index 865ed88..e88353e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "watchr", - "version": "2.4.6", + "version": "2.4.7", "description": "Better file system watching for Node.js", "homepage": "https://github.com/bevry/watchr", "license": {