diff --git a/CHANGELOG.md b/CHANGELOG.md index c6db7e1..0985bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.1](https://github.com/dword-design/with-local-tmp-dir/compare/v5.1.0...v5.1.1) (2024-03-12) + + +### Bug Fixes + +* Correct arg order ([#128](https://github.com/dword-design/with-local-tmp-dir/issues/128)) ([056ef3b](https://github.com/dword-design/with-local-tmp-dir/commit/056ef3beff97b4fe10ba3c73f26562489f1317c2)) + # [5.1.0](https://github.com/dword-design/with-local-tmp-dir/compare/v5.0.1...v5.1.0) (2024-03-02) diff --git a/package.json b/package.json index b340538..27789ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-local-tmp-dir", - "version": "5.1.0", + "version": "5.1.1", "description": "Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.", "keywords": [ "cleanup",