Skip to content

Commit 60a3b20

Browse files
Release 5.0.0
[skip ci] ## [5.0.0](v4.30.1...v5.0.0) (2023-01-01) ### ⚠ BREAKING CHANGES * drop Node.js < 14.17.0 support ### Features * upgrade dependencies and devDependencies ([#256](#256)) ([540f3fe](540f3fe))
1 parent 540f3fe commit 60a3b20

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/eggjs/egg-core/compare/v4.30.1...v5.0.0) (2023-01-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 14.17.0 support
9+
10+
### Features
11+
12+
* upgrade dependencies and devDependencies ([#256](https://github.com/eggjs/egg-core/issues/256)) ([540f3fe](https://github.com/eggjs/egg-core/commit/540f3fe040abd856adf8ec85be15b91fbd99106a))
13+
314
## [4.30.1](https://github.com/eggjs/egg-core/compare/v4.30.0...v4.30.1) (2022-12-19)
415

516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-core",
3-
"version": "4.30.1",
3+
"version": "5.0.0",
44
"description": "A core Pluggable framework based on koa",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)