Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [2.0.0](v1.1.0...v2.0.0) (2024-12-15)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

closes #16

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
	- Introduced a new ESLint configuration for TypeScript and Node.js.
	- Added a new GitHub Actions workflow for package publishing.
	- Implemented a new TypeScript configuration for enhanced type safety.
	- Created a new test suite for validating worker process behavior.
	- Added a new test suite for verifying child process behavior.

- **Bug Fixes**
- Updated Node.js CI workflow to include newer versions and improved
configurations.

- **Documentation**
	- Enhanced README with updated badges and installation instructions.
	- Updated example documentation to reflect file extension changes.

- **Chores**
	- Removed outdated files and workflows to streamline the repository.
	- Updated `.gitignore` to exclude additional files and directories.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* support cjs and esm both by tshy ([#17](#17)) ([7192a67](7192a67))
  • Loading branch information
semantic-release-bot committed Dec 15, 2024
1 parent 7192a67 commit f57c65a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# Changelog

## [2.0.0](https://github.com/node-modules/graceful/compare/v1.1.0...v2.0.0) (2024-12-15)


### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of https://github.com/eggjs/egg/issues/3644

https://github.com/eggjs/egg/issues/5257

closes https://github.com/node-modules/graceful/issues/16

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a new ESLint configuration for TypeScript and Node.js.
- Added a new GitHub Actions workflow for package publishing.
- Implemented a new TypeScript configuration for enhanced type safety.
- Created a new test suite for validating worker process behavior.
- Added a new test suite for verifying child process behavior.

- **Bug Fixes**
- Updated Node.js CI workflow to include newer versions and improved
configurations.

- **Documentation**
- Enhanced README with updated badges and installation instructions.
- Updated example documentation to reflect file extension changes.

- **Chores**
- Removed outdated files and workflows to streamline the repository.
- Updated `.gitignore` to exclude additional files and directories.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* support cjs and esm both by tshy ([#17](https://github.com/node-modules/graceful/issues/17)) ([7192a67](https://github.com/node-modules/graceful/commit/7192a67f5beeee90e085417287ad3918c21dd271))

1.1.0 / 2022-09-22
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graceful",
"version": "1.1.0",
"version": "2.0.0",
"description": "Graceful exit when `uncaughtException` emit, base on `process.on('uncaughtException')`.",
"homepage": "https://github.com/node-modules/graceful",
"repository": {
Expand Down

0 comments on commit f57c65a

Please sign in to comment.