Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Jul 19, 2020
1 parent 27ac63a commit cce147d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.1.0 (2020-07-19)
- `move()` cam move file or directory between devices (thanks @papb)

# 3.0.0 (2020-07-15)
- **(breaking change)** `move()` and `rename()` default overwrite behaviour have changed, now by default both methods throw error if destination path already exists.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fs-jetpack",
"description": "Better file system API",
"version": "3.0.0",
"version": "3.1.0",
"author": "Jakub Szwacz <[email protected]>",
"dependencies": {
"minimatch": "^3.0.2",
Expand Down

0 comments on commit cce147d

Please sign in to comment.