From 8f52c42d527cae63d6c0a342dbb463e1f07569db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Aug 2021 22:22:15 +0000 Subject: [PATCH] chore: 4.0.9 [skip ci] ## [4.0.9](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.8...v4.0.9) (2021-08-09) ### Bug Fixes * update config files ([a2ed7e2](https://github.com/dword-design/with-local-tmp-dir/commit/a2ed7e29b9edf3ffd7414a78963217f7f29f545a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 433a373..283ddc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.9](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.8...v4.0.9) (2021-08-09) + + +### Bug Fixes + +* update config files ([a2ed7e2](https://github.com/dword-design/with-local-tmp-dir/commit/a2ed7e29b9edf3ffd7414a78963217f7f29f545a)) + ## [4.0.8](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.7...v4.0.8) (2021-07-20) diff --git a/package.json b/package.json index 6b5b697..f38b881 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-local-tmp-dir", - "version": "4.0.8", + "version": "4.0.9", "description": "Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.", "keywords": [ "cleanup",