From 4703c763fa5dcb1d66432a28d70c138605efe625 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Feb 2025 12:11:59 +0000 Subject: [PATCH] Release 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [3.0.0](https://github.com/eggjs/egg-ts-helper/compare/v2.1.1...v3.0.0) (2025-02-04) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support Only support egg >= 4.0.0 part of https://github.com/eggjs/egg/issues/3644 https://github.com/eggjs/egg/issues/5257 ## Summary by CodeRabbit - **Documentation** - Introduced a new “Contributors” section in the project documentation to highlight community involvement. - **Chores** - Streamlined CI workflows by removing legacy configurations and updating triggers for improved efficiency. - Upgraded key dependencies and increased the minimum required Node.js version for enhanced performance and security. - **Refactor** - Standardized module import practices across the codebase to align with current Node.js conventions. - Improved asynchronous handling in core operations. - **Tests** - Updated test setups and assertions to reflect the new module import standards and dependency changes. ### Features * support egg v4 ([#114](https://github.com/eggjs/egg-ts-helper/issues/114)) ([90491cf](https://github.com/eggjs/egg-ts-helper/commit/90491cf758e6a36d006b06caf0bac91065c17afb)) --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a395596..a31d3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [3.0.0](https://github.com/eggjs/egg-ts-helper/compare/v2.1.1...v3.0.0) (2025-02-04) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 18.19.0 support + +Only support egg >= 4.0.0 + +part of https://github.com/eggjs/egg/issues/3644 + +https://github.com/eggjs/egg/issues/5257 + + + +## Summary by CodeRabbit + +- **Documentation** +- Introduced a new “Contributors” section in the project documentation +to highlight community involvement. +- **Chores** +- Streamlined CI workflows by removing legacy configurations and +updating triggers for improved efficiency. +- Upgraded key dependencies and increased the minimum required Node.js +version for enhanced performance and security. +- **Refactor** +- Standardized module import practices across the codebase to align with +current Node.js conventions. + - Improved asynchronous handling in core operations. +- **Tests** +- Updated test setups and assertions to reflect the new module import +standards and dependency changes. + + + +### Features + +* support egg v4 ([#114](https://github.com/eggjs/egg-ts-helper/issues/114)) ([90491cf](https://github.com/eggjs/egg-ts-helper/commit/90491cf758e6a36d006b06caf0bac91065c17afb)) + ## [2.1.1](https://github.com/eggjs/egg-ts-helper/compare/v2.1.0...v2.1.1) (2025-02-04) diff --git a/package.json b/package.json index f94664a..3d2e1ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-ts-helper", - "version": "2.1.1", + "version": "3.0.0", "description": "egg typescript helper", "bin": { "ets": "dist/bin.js"