v4.10.1

honojs/honov4.10.1Oct 17, 2025by yusukebe

AI Summary

This is a patch release (v4.10.1) that fixes a type definition issue where non-return middleware created with `createMiddleware` could not be used with the `.use()` method.

Key Highlights

  • Fixed type issue with `createMiddleware` for non-return middleware
  • Bug fix for `.use()` method compatibility
  • Patch release addressing type definitions (PR #4465)

Full Release Notes

## What's Changed
* fix(types): cannot `.use` non-return mw from `createMiddleware` by @NamesMT in https://github.com/honojs/hono/pull/4465


**Full Changelog**: https://github.com/honojs/hono/compare/v4.10.0...v4.10.1