Skip to content

Commit eefc1b8

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.2.0...v2.0.0) (2024-12-15) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of eggjs/egg#3644 eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced new GitHub Actions workflows for publishing and release processes. - Added TypeScript configuration for stricter type-checking and modern module support. - New exit handler functionality for graceful application termination. - **Documentation** - Updated README.md for clarity on usage and installation instructions. - **Bug Fixes** - Improved error handling and logging in the exit process. - **Chores** - Updated `.gitignore` and `package.json` to reflect new structure and dependencies. - Modified CI pipeline to use updated Node.js versions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * support cjs and esm both by tshy ([#8](#8)) ([a31a80e](a31a80e)) * support timeout && drop node 14 support ([#6](#6)) ([8551bae](8551bae))
1 parent a31a80e commit eefc1b8

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/node-modules/graceful-process/compare/v1.2.0...v2.0.0) (2024-12-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
https://github.com/eggjs/egg/issues/5257
13+
14+
<!-- This is an auto-generated comment: release notes by coderabbit.ai
15+
-->
16+
## Summary by CodeRabbit
17+
18+
## Release Notes
19+
20+
- **New Features**
21+
- Introduced new GitHub Actions workflows for publishing and release
22+
processes.
23+
- Added TypeScript configuration for stricter type-checking and modern
24+
module support.
25+
- New exit handler functionality for graceful application termination.
26+
27+
- **Documentation**
28+
- Updated README.md for clarity on usage and installation instructions.
29+
30+
- **Bug Fixes**
31+
- Improved error handling and logging in the exit process.
32+
33+
- **Chores**
34+
- Updated `.gitignore` and `package.json` to reflect new structure and
35+
dependencies.
36+
- Modified CI pipeline to use updated Node.js versions.
37+
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
38+
39+
### Features
40+
41+
* support cjs and esm both by tshy ([#8](https://github.com/node-modules/graceful-process/issues/8)) ([a31a80e](https://github.com/node-modules/graceful-process/commit/a31a80e76480ada98ff73a5c57a52c7602d0d32a))
42+
* support timeout && drop node 14 support ([#6](https://github.com/node-modules/graceful-process/issues/6)) ([8551bae](https://github.com/node-modules/graceful-process/commit/8551baef2c2bc49e9e36fe95830f8a90668fbe08))
143

244
1.2.0 / 2018-03-02
345
==================

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": "2.0.0",
44
"description": "graceful exit process even parent exit on SIGKILL.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)