parent
ee83665c5e
commit
71c1e669e2
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/trpc-server': patch
|
||||
---
|
||||
|
||||
Use honoReq's bodyCache to provide a body function for trpc's req
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/trpc-server
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#850](https://github.com/honojs/middleware/pull/850) [`ee83665c5e01acbcfaaddcd552f2f6d2d3e8006c`](https://github.com/honojs/middleware/commit/ee83665c5e01acbcfaaddcd552f2f6d2d3e8006c) Thanks [@Gaubee](https://github.com/Gaubee)! - Use honoReq's bodyCache to provide a body function for trpc's req
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/trpc-server",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "tRPC Server Middleware for Hono",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
|
Loading…
Reference in New Issue