Browse Source

0.26.1

ci/travis-osximage 0.26.1
JP Richardson 9 years ago
parent
commit
e5646b2f2f
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
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).

2
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": {

Loading…
Cancel
Save