v4.8.11

honojs/honov4.8.11Aug 1, 2025by yusukebe

AI Summary

This is a patch release focusing on bug fixes and CI improvements. The update includes a type fix for `c.body()`, a service worker fix to pass `FetchEvent` as the second argument to `app.fetch`, and various CI maintenance updates including adding editorconfig-checker and upgrading Bun to version 1.2.19.

Key Highlights

  • Fixed type population for `c.body()` output type
  • Fixed service worker to pass `FetchEvent` as second argument to `app.fetch`
  • Added editorconfig-checker to CI pipeline
  • Upgraded Bun version to 1.2.19
  • Updated `@hono/eslint-config` dependency

Full Release Notes

## What's Changed
* fix(types): should populate `output` type for `c.body()` by @NamesMT in https://github.com/honojs/hono/pull/4318
* ci: add editorconfig-checker by @3w36zj6 in https://github.com/honojs/hono/pull/4321
* fix(service-worker): pass `FetchEvent` as second argument to `app.fetch` by @yusukebe in https://github.com/honojs/hono/pull/4328
* chore(ci): upgrade bun version to 1.2.19 by @BarryThePenguin in https://github.com/honojs/hono/pull/4323
* chore: bump `@hono/eslint-config` by @yusukebe in https://github.com/honojs/hono/pull/4330
* chore: autofix ci by @BarryThePenguin in https://github.com/honojs/hono/pull/4322


**Full Changelog**: https://github.com/honojs/hono/compare/v4.8.10...v4.8.11