From d5d23c8341b833b1e33407cad3158ef6ad85c96c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jan 2022 12:27:08 +0000 Subject: [PATCH] chore: 4.0.10 [skip ci] ## [4.0.10](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.9...v4.0.10) (2022-01-04) ### Bug Fixes * lock file maintenance ([#82](https://github.com/dword-design/with-local-tmp-dir/issues/82)) ([a6363bf](https://github.com/dword-design/with-local-tmp-dir/commit/a6363bf4fcaa0fa4fd68fcfa401862de57bcd40c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283ddc3..ec13bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.10](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.9...v4.0.10) (2022-01-04) + + +### Bug Fixes + +* lock file maintenance ([#82](https://github.com/dword-design/with-local-tmp-dir/issues/82)) ([a6363bf](https://github.com/dword-design/with-local-tmp-dir/commit/a6363bf4fcaa0fa4fd68fcfa401862de57bcd40c)) + ## [4.0.9](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.8...v4.0.9) (2021-08-09) diff --git a/package.json b/package.json index f38b881..1f5e67e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-local-tmp-dir", - "version": "4.0.9", + "version": "4.0.10", "description": "Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.", "keywords": [ "cleanup",