Browse Source

v0.8.0

ci/travis-osximage v0.8.0
JP Richardson 11 years ago
parent
commit
b3ed4c7bb3
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,3 +1,7 @@
0.8.0 / 2013-10-14
------------------
* `filter` implemented on `copy()` and `copySync()`. (Srirangan / #36)
0.7.1 / 2013-10-12
------------------
* `copySync()` implemented (Srirangan / #33)

2
package.json

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