Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Jul 15, 2020
1 parent e1ef622 commit 8aaa189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 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.

# 2.4.0 (2020-05-15)
- `write()` can accept `mode` as a parameter

Expand Down
4 changes: 2 additions & 2 deletions 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": "2.4.0",
"version": "3.0.0",
"author": "Jakub Szwacz <[email protected]>",
"dependencies": {
"minimatch": "^3.0.2",
Expand Down Expand Up @@ -55,4 +55,4 @@
"lint-staged",
"test"
]
}
}

0 comments on commit 8aaa189

Please sign in to comment.