From 921e917c5e23351f33f44dc88850be03d1601e6c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Mar 2021 21:15:42 +0000 Subject: [PATCH] chore: 2.2.17 [skip ci] ## [2.2.17](https://github.com/dword-design/with-local-tmp-dir/compare/v2.2.16...v2.2.17) (2021-03-22) ### Bug Fixes * lock file maintenance ([#36](https://github.com/dword-design/with-local-tmp-dir/issues/36)) ([82c0e87](https://github.com/dword-design/with-local-tmp-dir/commit/82c0e8752db069a6b99ba71efac1f078c60a1161)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050a25c..b79b1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.17](https://github.com/dword-design/with-local-tmp-dir/compare/v2.2.16...v2.2.17) (2021-03-22) + + +### Bug Fixes + +* lock file maintenance ([#36](https://github.com/dword-design/with-local-tmp-dir/issues/36)) ([82c0e87](https://github.com/dword-design/with-local-tmp-dir/commit/82c0e8752db069a6b99ba71efac1f078c60a1161)) + ## [2.2.16](https://github.com/dword-design/with-local-tmp-dir/compare/v2.2.15...v2.2.16) (2021-03-17) diff --git a/package.json b/package.json index 203186c..cfcf28a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-local-tmp-dir", - "version": "2.2.16", + "version": "2.2.17", "description": "Creates a temporary folder inside CWD and passes the path to a function. Afterwards, the folder is removed. Especially useful for testing.", "keywords": [ "cleanup",