diff --git a/CHANGELOG.md b/CHANGELOG.md index b9dec1a..cca5505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.26.0 / 2015-10-25 +------------------- +- extracted the `walk()` function into its own module [`klaw`](https://github.com/jprichardson/node-klaw). + 0.25.0 / 2015-10-24 ------------------- - now has a file walker `walk()` diff --git a/package.json b/package.json index 6426a9c..7740bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "0.25.0", + "version": "0.26.0", "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": {