diff --git a/CHANGELOG.md b/CHANGELOG.md index b53e86a..c6db7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://github.com/dword-design/with-local-tmp-dir/compare/v5.0.1...v5.1.0) (2024-03-02) + + +### Features + +* Add types for default export ([#127](https://github.com/dword-design/with-local-tmp-dir/issues/127)) ([e8c9bc8](https://github.com/dword-design/with-local-tmp-dir/commit/e8c9bc8262f9598fdc9f98b4e6f2d7470b427fbd)) + ## [5.0.1](https://github.com/dword-design/with-local-tmp-dir/compare/v5.0.0...v5.0.1) (2023-04-09) diff --git a/package.json b/package.json index e649d38..b340538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-local-tmp-dir", - "version": "5.0.1", + "version": "5.1.0", "description": "Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.", "keywords": [ "cleanup",