Skip to content

Commit

Permalink
v2.4.7. Bugfix.
Browse files Browse the repository at this point in the history
- v2.4.7 December 19, 2013
	- Fixed: [Text Editor swap files on saving can throw it off](#33)
	- Fixed: [`ENOENT` errors are emitted when dead links a broken symlink is encountered](#42)
	- Updated dependencies
  • Loading branch information
balupton committed Dec 19, 2013
1 parent e706abe commit 90d089f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 90d089f

Please sign in to comment.