v4.8.1

honojs/honov4.8.1Jun 19, 2025by yusukebe

AI Summary

This is a minor patch release (v4.8.1) of the Hono framework focused on bug fixes and documentation improvements. The release includes a typo fix in the bearer-auth documentation and a fix for unhandled scheme errors in the utils/color module.

Key Highlights

  • Fixed typo in bearer-auth documentation
  • Fixed utils/color to avoid unhandled scheme errors
  • Welcomed new contributor @Einherjar1632

Full Release Notes

## What's Changed
* docs(bearer-auth): fix typo by @Einherjar1632 in https://github.com/honojs/hono/pull/4238
* fix(utils/color): avoid unhandled scheme errors by @ryuapp in https://github.com/honojs/hono/pull/4234

## New Contributors
* @Einherjar1632 made their first contribution in https://github.com/honojs/hono/pull/4238

**Full Changelog**: https://github.com/honojs/hono/compare/v4.8.0...v4.8.1