Skip to content

Commit aaacafa

Browse files
Release 5.1.0
[skip ci] ## [5.1.0](v5.0.0...v5.1.0) (2023-01-01) ### Features * use globby@11 ([#236](#236)) ([c8898ac](c8898ac))
1 parent c8898ac commit aaacafa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [5.1.0](https://github.com/eggjs/egg-core/compare/v5.0.0...v5.1.0) (2023-01-01)
4+
5+
6+
### Features
7+
8+
* use globby@11 ([#236](https://github.com/eggjs/egg-core/issues/236)) ([c8898ac](https://github.com/eggjs/egg-core/commit/c8898acf28b202a5f04f422d9adc9d48aa3b0e3f))
9+
310
## [5.0.0](https://github.com/eggjs/egg-core/compare/v4.30.1...v5.0.0) (2023-01-01)
411

512

package.json

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

0 commit comments

Comments
 (0)