Skip to content

Commit 6b4f15c

Browse files
Release 2.2.0
[skip ci] ## [2.2.0](v2.1.0...v2.2.0) (2025-05-17) ### Features * use read-env-value ([#11](#11)) ([a2aa78a](a2aa78a))
1 parent a2aa78a commit 6b4f15c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.2.0](https://github.com/node-modules/graceful-process/compare/v2.1.0...v2.2.0) (2025-05-17)
4+
5+
6+
### Features
7+
8+
* use read-env-value ([#11](https://github.com/node-modules/graceful-process/issues/11)) ([a2aa78a](https://github.com/node-modules/graceful-process/commit/a2aa78ad9eb4fce74d70b64d92af29f55f2debcd))
9+
310
## [2.1.0](https://github.com/node-modules/graceful-process/compare/v2.0.0...v2.1.0) (2025-04-08)
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.1.0",
3+
"version": "2.2.0",
44
"description": "graceful exit process even parent exit on SIGKILL.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)