Releases: sindresorhus/exit-hook
Releases Β· sindresorhus/exit-hook
v4.0.0
Breaking
- Require Node.js 18 (#33) 46baeec
- Rename
minimumWait
option towait
(#33) 46baeec- The previous name was misleading. We also clarified the docs:
The amount of time in milliseconds that the
onExit
function is expected to take. When multiple async handlers are registered, the longestwait
time will be used.
v3.2.0
v3.1.4
v3.1.3
- Fix Node.js 12 compatibility a07d684