From f1e62d39f736bfcc7b64b2210694c8383570e58f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Mar 2024 21:15:13 +0000 Subject: [PATCH] chore: 5.1.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",