diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5c25d..72ff4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.23.1 / 2015-08-07 +------------------- +- Better handling of errors for `move()` when moving across devices. https://github.com/jprichardson/node-fs-extra/pull/170 +- `ensureSymlink()` and `ensureLink()` should not throw errors if link exists. https://github.com/jprichardson/node-fs-extra/pull/169 + 0.23.0 / 2015-08-06 ------------------- - added `ensureLink{Sync}()` and `ensureSymlink{Sync}()`. See: https://github.com/jprichardson/node-fs-extra/pull/165 diff --git a/package.json b/package.json index d32633b..6939b17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "0.23.0", + "version": "0.23.1", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.", "homepage": "https://github.com/jprichardson/node-fs-extra", "repository": {