diff --git a/CHANGELOG.md b/CHANGELOG.md index cca5505..66c043a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.26.1 / 2015-11-02 +------------------- +- fixed `copySync()` when `clogger=true` and the destination is read only. See: https://github.com/jprichardson/node-fs-extra/pull/190 + 0.26.0 / 2015-10-25 ------------------- - extracted the `walk()` function into its own module [`klaw`](https://github.com/jprichardson/node-klaw). diff --git a/package.json b/package.json index 7740bdc..4242951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "0.26.0", + "version": "0.26.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": {