Skip to content

Commit

Permalink
0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Jul 9, 2015
1 parent b665058 commit c6658fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0.22.0 / 2015-xx-yy
0.22.0 / 2015-07-09
-------------------
- preserve mode in `copy()`
- preserve permissions / ownership in `copy()`. See: https://github.com/jprichardson/node-fs-extra/issues/54

0.21.0 / 2015-07-04
-------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-extra",
"version": "0.21.0",
"version": "0.22.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": {
Expand Down

0 comments on commit c6658fa

Please sign in to comment.