Skip to content

Commit abd1490

Browse files
committedMar 31, 2024·
Release 3.21.0
[skip ci] ## [3.21.0](v3.20.0...v3.21.0) (2024-03-31) ### Features * tiny improvements for "convertValue" ([#5302](#5302)) ([794d7f3](794d7f3))
1 parent 794d7f3 commit abd1490

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+
## [3.21.0](https://github.com/eggjs/egg/compare/v3.20.0...v3.21.0) (2024-03-31)
4+
5+
6+
### Features
7+
8+
* tiny improvements for "convertValue" ([#5302](https://github.com/eggjs/egg/issues/5302)) ([794d7f3](https://github.com/eggjs/egg/commit/794d7f3e89c2a283e38d2082b407b79e480f0b50))
9+
310
## [3.20.0](https://github.com/eggjs/egg/compare/v3.19.0...v3.20.0) (2024-02-22)
411

512

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "3.20.0",
3+
"version": "3.21.0",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)
Please sign in to comment.