Skip to content

Commit 90661bc

Browse files
Release 2.1.0
[skip ci] ## [2.1.0](v2.0.0...v2.1.0) (2025-04-08) ### Features * support using process.on to listen SIGTERM ([#10](#10)) ([b3d3626](b3d3626))
1 parent b3d3626 commit 90661bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/node-modules/graceful-process/compare/v2.0.0...v2.1.0) (2025-04-08)
4+
5+
6+
### Features
7+
8+
* support using process.on to listen SIGTERM ([#10](https://github.com/node-modules/graceful-process/issues/10)) ([b3d3626](https://github.com/node-modules/graceful-process/commit/b3d3626c8a00525827b86697a8c0327cc4d86723))
9+
310
## [2.0.0](https://github.com/node-modules/graceful-process/compare/v1.2.0...v2.0.0) (2024-12-15)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graceful-process",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "graceful exit process even parent exit on SIGKILL.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)