Skip to content

Commit 1e29b79

Browse files
committedJan 11, 2024
Release 3.17.7
[skip ci] ## [3.17.7](v3.17.6...v3.17.7) (2024-01-11) ### Bug Fixes * omit koa application ctxStorage and currentContext define ([#5285](#5285)) ([4c24dac](4c24dac))
1 parent 4c24dac commit 1e29b79

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.17.7](https://github.com/eggjs/egg/compare/v3.17.6...v3.17.7) (2024-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* omit koa application ctxStorage and currentContext define ([#5285](https://github.com/eggjs/egg/issues/5285)) ([4c24dac](https://github.com/eggjs/egg/commit/4c24dac1e9ec86051d806dd6940c1d5095723b4d))
9+
310
## [3.17.6](https://github.com/eggjs/egg/compare/v3.17.5...v3.17.6) (2024-01-10)
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.17.6",
3+
"version": "3.17.7",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)
Please sign in to comment.