From 50f80544db59d9ff357d5f317553da5ae080fc7f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2024 07:09:06 +0000 Subject: [PATCH] Release 5.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [5.0.0](https://github.com/node-modules/sdk-base/compare/v4.2.1...v5.0.0) (2024-12-18) ### ⚠ 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 ### Features * support cjs and esm both by tshy ([#23](https://github.com/node-modules/sdk-base/issues/23)) ([cde6773](https://github.com/node-modules/sdk-base/commit/cde67730c06f6b614c30853f6ddaf936b786ecbf)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2706aa..d1ccd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [5.0.0](https://github.com/node-modules/sdk-base/compare/v4.2.1...v5.0.0) (2024-12-18) + + +### ⚠ 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 + +### Features + +* support cjs and esm both by tshy ([#23](https://github.com/node-modules/sdk-base/issues/23)) ([cde6773](https://github.com/node-modules/sdk-base/commit/cde67730c06f6b614c30853f6ddaf936b786ecbf)) + ## [4.2.1](https://github.com/node-modules/sdk-base/compare/v4.2.0...v4.2.1) (2022-12-17) diff --git a/package.json b/package.json index 1e06d5f..04cf686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sdk-base", - "version": "4.2.1", + "version": "5.0.0", "description": "a base class for sdk with default error handler", "keywords": [ "sdk",