We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 794d7f3 commit abd1490Copy full SHA for abd1490
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [3.20.0](https://github.com/eggjs/egg/compare/v3.19.0...v3.20.0) (2024-02-22)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "3.20.0",
+ "version": "3.21.0",
"publishConfig": {
"tag": "latest"
},
0 commit comments