Summary
This is a patch release.
The type definition returned by c.req.header()
was string
, but it has been corrected to string | undefined
.
What's Changed
- header may return undefined by @AlexErrant in #884
New Contributors
- @AlexErrant made their first contribution in #884
Full Changelog: v2.7.7...v2.7.8