diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be554d..825b4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.1.0](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.11...v4.1.0) (2022-09-19) + + +### Features + +* custom reset ([#106](https://github.com/dword-design/with-local-tmp-dir/issues/106)) ([e715e02](https://github.com/dword-design/with-local-tmp-dir/commit/e715e02b3258dff79886d0b989210d5ffe0063bd)) + ## [4.0.11](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.10...v4.0.11) (2022-01-12) diff --git a/package.json b/package.json index b6cb32a..2eb35ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-local-tmp-dir", - "version": "4.0.11", + "version": "4.1.0", "description": "Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.", "keywords": [ "cleanup",