We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615d660 commit 03063c4Copy full SHA for 03063c4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.15.0](https://github.com/eggjs/egg/compare/v3.14.2...v3.15.0) (2023-01-28)
4
+
5
6
+### Features
7
8
+* runInAnonymousContextScope support req ([#5134](https://github.com/eggjs/egg/issues/5134)) ([615d660](https://github.com/eggjs/egg/commit/615d6608ab2fc66af848fb82ce41ed359f41bfb0))
9
10
## [3.14.2](https://github.com/eggjs/egg/compare/v3.14.1...v3.14.2) (2023-01-20)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "3.14.2",
+ "version": "3.15.0",
"publishConfig": {
"tag": "latest"
},
0 commit comments