parent
43f34ea4dc
commit
f05860486c
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/trpc-server': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
chore: update `@hono/trpc-server` to allow using Trpc 11
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/trpc-server
|
# @hono/trpc-server
|
||||||
|
|
||||||
|
## 0.3.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#599](https://github.com/honojs/middleware/pull/599) [`43f34ea4dcc15925d1bd555b6d2bdb24e1eaa1a1`](https://github.com/honojs/middleware/commit/43f34ea4dcc15925d1bd555b6d2bdb24e1eaa1a1) Thanks [@BlankParticle](https://github.com/BlankParticle)! - chore: update `@hono/trpc-server` to allow using Trpc 11
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/trpc-server",
|
"name": "@hono/trpc-server",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "tRPC Server Middleware for Hono",
|
"description": "tRPC Server Middleware for Hono",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue