Skip to content

Commit 2ef1dde

Browse files
Release 3.17.1
[skip ci] ## [3.17.1](v3.17.0...v3.17.1) (2023-06-22) ### Bug Fixes * compatible with content-type extra semicolon ([#5217](#5217)) ([cfdca36](cfdca36))
1 parent cfdca36 commit 2ef1dde

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.1](https://github.com/eggjs/egg/compare/v3.17.0...v3.17.1) (2023-06-22)
4+
5+
6+
### Bug Fixes
7+
8+
* compatible with content-type extra semicolon ([#5217](https://github.com/eggjs/egg/issues/5217)) ([cfdca36](https://github.com/eggjs/egg/commit/cfdca36b4ee84397ed2cb1987982d502a3c8af0a))
9+
310
## [3.17.0](https://github.com/eggjs/egg/compare/v3.16.1...v3.17.0) (2023-06-19)
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.0",
3+
"version": "3.17.1",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)