Key Points
- exports ApplyGlobalResponse from hono/client
- patch release fixes TypeScript import
- published 2026-02-21
Summary
v4.12.1 is a patch release that fixes a missing export in the client package: it now re-exports the ApplyGlobalResponse type from hono/client. This is a small TypeScript usability fix; there are no behavioral changes to runtime APIs.
Key Points
- Fix: export
ApplyGlobalResponsefromhono/client(PR #4743) contributed by @sushichan044. - Who's affected: TypeScript users importing the
ApplyGlobalResponsetype fromhono/clientwho previously encountered missing-type errors. - Action: upgrade to v4.12.1. Example:
- npm:
npm install hono@v4.12.1 - yarn:
yarn add hono@v4.12.1
- npm:
- Compatibility: safe patch release — no breaking API changes expected.
Published: 2026-02-21T11:00:04.000Z Full changelog range: v4.12.0...v4.12.1