mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
Release 3.17.1
[skip ci]
## [3.17.1](https://github.com/eggjs/egg/compare/v3.17.0...v3.17.1) (2023-06-22)
### Bug Fixes
* compatible with content-type extra semicolon ([#5217](https://github.com/eggjs/egg/issues/5217)) ([cfdca36](cfdca36b4e))
This commit is contained in:
parent
cfdca36b4e
commit
2ef1ddeddf
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [3.17.1](https://github.com/eggjs/egg/compare/v3.17.0...v3.17.1) (2023-06-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* compatible with content-type extra semicolon ([#5217](https://github.com/eggjs/egg/issues/5217)) ([cfdca36](https://github.com/eggjs/egg/commit/cfdca36b4ee84397ed2cb1987982d502a3c8af0a))
|
||||
|
||||
## [3.17.0](https://github.com/eggjs/egg/compare/v3.16.1...v3.17.0) (2023-06-19)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "egg",
|
||||
"version": "3.17.0",
|
||||
"version": "3.17.1",
|
||||
"publishConfig": {
|
||||
"tag": "latest"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user