You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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#3644eggjs/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))
<!-- 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))
0 commit comments