We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540f3fe commit 60a3b20Copy full SHA for 60a3b20
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## [4.30.1](https://github.com/eggjs/egg-core/compare/v4.30.0...v4.30.1) (2022-12-19)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-core",
- "version": "4.30.1",
+ "version": "5.0.0",
"description": "A core Pluggable framework based on koa",
"main": "index.js",
"types": "index.d.ts",
0 commit comments