Skip to content

Commit 29e5eb4

Browse files
committed
chore: Bump to v2.0.0
Release Notes: - Updated JsDocs and usage examples. - Removed the `Signals` and `onExitSignal` function. - Fixed an issue where non-termination signals were incorrectly assumed to be exit signals. NOTE: This release introduces breaking changes.
1 parent 862b639 commit 29e5eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exit-signal",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "A Node.js library for handling graceful process exits and shutdown signals.",
55
"keywords": [
66
"exit",

0 commit comments

Comments
 (0)