Skip to content

Commit 50f8054

Browse files
Release 5.0.0
[skip ci] ## [5.0.0](v4.2.1...v5.0.0) (2024-12-18) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of eggjs/egg#3644 eggjs/egg#5257 ### Features * support cjs and esm both by tshy ([#23](#23)) ([cde6773](cde6773))
1 parent cde6773 commit 50f8054

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/node-modules/sdk-base/compare/v4.2.1...v5.0.0) (2024-12-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
https://github.com/eggjs/egg/issues/5257
13+
14+
### Features
15+
16+
* 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))
17+
318
## [4.2.1](https://github.com/node-modules/sdk-base/compare/v4.2.0...v4.2.1) (2022-12-17)
419

520

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdk-base",
3-
"version": "4.2.1",
3+
"version": "5.0.0",
44
"description": "a base class for sdk with default error handler",
55
"keywords": [
66
"sdk",

0 commit comments

Comments
 (0)