Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Jan 1, 2023
1 parent 540f3fe commit 60a3b20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/eggjs/egg-core/compare/v4.30.1...v5.0.0) (2023-01-01)


### ⚠ BREAKING CHANGES

* drop Node.js < 14.17.0 support

### Features

* upgrade dependencies and devDependencies ([#256](https://github.com/eggjs/egg-core/issues/256)) ([540f3fe](https://github.com/eggjs/egg-core/commit/540f3fe040abd856adf8ec85be15b91fbd99106a))

## [4.30.1](https://github.com/eggjs/egg-core/compare/v4.30.0...v4.30.1) (2022-12-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 60a3b20

Please sign in to comment.