v4.10.4

honojs/honov4.10.4Oct 30, 2025by yusukebe

AI Summary

This is a minor patch release (v4.10.4) for Hono that includes bug fixes for secure-headers and type handling, along with maintenance updates to add a monochrome logo. No breaking changes are included.

Key Highlights

  • Fixed typo in secure-headers package (proposed features)
  • Preserved handler response typing in createHandlers
  • Added and fixed monochrome logo for the project
  • Two new contributors made their first contributions

Full Release Notes

## What's Changed
* chore: add a monochrome logo image by @yusukebe in https://github.com/honojs/hono/pull/4487
* chore: fix the monochrome logo by @yusukebe in https://github.com/honojs/hono/pull/4488
* fix(secure-headers): proposed features typo spelling mistake by @RosApr in https://github.com/honojs/hono/pull/4494
* fix(types): preserve handler response typing in createHandlers by @s-junio in https://github.com/honojs/hono/pull/4492

## New Contributors
* @RosApr made their first contribution in https://github.com/honojs/hono/pull/4494
* @s-junio made their first contribution in https://github.com/honojs/hono/pull/4492

**Full Changelog**: https://github.com/honojs/hono/compare/v4.10.3...v4.10.4