Browse Source

0.24.0

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

4
CHANGELOG.md

@ -1,3 +1,7 @@
0.24.0 / 2015-08-28
-------------------
- removed alias `delete()` and `deleteSync()`. See: https://github.com/jprichardson/node-fs-extra/issues/171
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

2
package.json

@ -1,6 +1,6 @@
{
"name": "fs-extra",
"version": "0.23.1",
"version": "0.24.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": {

Loading…
Cancel
Save