v4.8.2
honojs/honov4.8.2Jun 20, 2025by yusukebe
AI Summary
This is a patch release (v4.8.2) that addresses a single bug fix in the utils/color module. The fix prevents package resolution issues when using Bun.build, improving compatibility with the Bun runtime.
Key Highlights
- Fixed utils/color module to avoid resolving packages via Bun.build
- PR #4239 by @ryuapp resolves Bun runtime compatibility issue
Full Release Notes
## What's Changed * fix(utils/color): avoid resolving pacakages via Bun.build by @ryuapp in https://github.com/honojs/hono/pull/4239 **Full Changelog**: https://github.com/honojs/hono/compare/v4.8.1...v4.8.2