v4.6.19
honojs/honov4.6.19Jan 26, 2025by yusukebe
AI Summary
This is a patch release (v4.6.19) for the Hono web framework that addresses two type-related bug fixes. The update corrects a missing response type on the `OnHandlerInterface` and ensures the `env` parameter properly sets the context type in the adapter helper.
Key Highlights
- Fixed missing response type on `OnHandlerInterface` in types
- Fixed `env` type setting in the adapter helper to correctly set the `c` type
- Both changes are type-level fixes improving TypeScript support
Full Release Notes
## What's Changed * fix(types): missing response type on `OnHandlerInterface` by @sor4chi in https://github.com/honojs/hono/pull/3852 * fix(helper/adapter): `env` should set `c` type correctly by @yusukebe in https://github.com/honojs/hono/pull/3856 **Full Changelog**: https://github.com/honojs/hono/compare/v4.6.18...v4.6.19