Version Packages (#526)

pull/529/head @hono/trpc-server@0.3.1
github-actions[bot] 2024-05-16 07:27:17 +09:00 committed by GitHub
parent 8f669cd338
commit cd0a2ce6c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/trpc-server': patch
---
use `c.body` to create response to avoid header loss

View File

@ -1,5 +1,11 @@
# @hono/trpc-server
## 0.3.1
### Patch Changes
- [#517](https://github.com/honojs/middleware/pull/517) [`8f669cd338013569e413641f5455f44dd1b8d19c`](https://github.com/honojs/middleware/commit/8f669cd338013569e413641f5455f44dd1b8d19c) Thanks [@BlankParticle](https://github.com/BlankParticle)! - use `c.body` to create response to avoid header loss
## 0.3.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/trpc-server",
"version": "0.3.0",
"version": "0.3.1",
"description": "tRPC Server Middleware for Hono",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",