Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] ## [2.0.0](v1.11.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 a new GitHub Actions workflow for automated package publishing. - Added TypeScript configuration to enhance type safety and modern JavaScript compatibility. - New tests for child process management functionality. - **Updates** - Updated ESLint configuration to utilize external presets. - Modified GitHub Actions CI to specify a more precise Node.js version. - Enhanced README with installation and usage examples for ESM and TypeScript. - Updated package.json to reflect new module structure and dependencies. - Improved .gitignore to exclude additional temporary files and directories. - **Bug Fixes** - Improved .gitignore to exclude additional temporary files and directories. - **Removals** - Removed outdated JavaScript files and configurations in favor of CommonJS and TypeScript standards. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * support cjs and esm both by tshy ([#120](#120)) ([b2e1b53](b2e1b53))
- Loading branch information