Skip to content

Commit 10f3a88

Browse files
committed
6.0.1
1 parent 2ffb64c commit 10f3a88

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.0.1 / 2018-05-09
2+
------------------
3+
4+
- Fix `fs.promises` `ExperimentalWarning` on Node v10.1.0 ([#578](https://github.com/jprichardson/node-fs-extra/pull/578))
5+
16
6.0.0 / 2018-05-01
27
------------------
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-extra",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"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.",
55
"homepage": "https://github.com/jprichardson/node-fs-extra",
66
"repository": {

0 commit comments

Comments
 (0)