Skip to content

Commit 44eb2c3

Browse files
committed
3.0.1
1 parent 62d40b3 commit 44eb2c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.0.1 / 2017-05-04
2+
------------------
3+
4+
- Fix bug in `move()` & `moveSync()` when source and destination are the same, and source does not exist. [#415](https://github.com/jprichardson/node-fs-extra/pull/415)
5+
16
3.0.0 / 2017-04-27
27
------------------
38

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-extra",
3-
"version": "3.0.0",
3+
"version": "3.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)