Skip to content

Commit

Permalink
chore: 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.1.0...v5.0.0) (2023-01-08)

### Bug Fixes

* lock file maintenance ([#107](#107)) ([49789ad](49789ad))

### BREAKING CHANGES

* drop node 12, move to esm
  • Loading branch information
semantic-release-bot committed Jan 8, 2023
1 parent 49789ad commit 12b647a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/dword-design/with-local-tmp-dir/compare/v4.1.0...v5.0.0) (2023-01-08)


### Bug Fixes

* lock file maintenance ([#107](https://github.com/dword-design/with-local-tmp-dir/issues/107)) ([49789ad](https://github.com/dword-design/with-local-tmp-dir/commit/49789ada765a56043c17fe31c6586efc7041e140))


### BREAKING CHANGES

* drop node 12, move to esm

# [4.1.0](https://github.com/dword-design/with-local-tmp-dir/compare/v4.0.11...v4.1.0) (2022-09-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-local-tmp-dir",
"version": "4.1.0",
"version": "5.0.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",
Expand Down

0 comments on commit 12b647a

Please sign in to comment.