diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5a0c9..ba4cc45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.2.0 (2020-10-15) +- Ability to create temporary directories with `tmpDir()` method + # 3.1.0 (2020-07-19) - `move()` can move file or directory between devices (thanks @papb) diff --git a/package.json b/package.json index fe1fec1..1307358 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fs-jetpack", "description": "Better file system API", - "version": "3.1.0", + "version": "3.2.0", "author": "Jakub Szwacz ", "dependencies": { "minimatch": "^3.0.2",