Skip to content

Commit b15f609

Browse files
Release 1.3.0
[skip ci] ## [1.3.0](v1.2.0...v1.3.0) (2025-04-08) ### Features * support using process.on to listen SIGTERM for 1.x ([#9](#9)) ([f234b1b](f234b1b))
1 parent 1e985ec commit b15f609

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Changelog
2+
3+
## [1.3.0](https://github.com/node-modules/graceful-process/compare/v1.2.0...v1.3.0) (2025-04-08)
4+
5+
6+
### Features
7+
8+
* support using process.on to listen SIGTERM for 1.x ([#9](https://github.com/node-modules/graceful-process/issues/9)) ([f234b1b](https://github.com/node-modules/graceful-process/commit/f234b1b9e5b32a4f170a327a901bb40ed2f9c20d))
19

210
1.2.0 / 2018-03-02
311
==================

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": "1.2.0",
3+
"version": "1.3.0",
44
"publishConfig": {
55
"tag": "latest-1"
66
},

0 commit comments

Comments
 (0)