Version Packages (#604)

pull/607/head @hono/trpc-server@0.3.2
github-actions[bot] 2024-07-01 16:53:39 +09:00 committed by GitHub
parent 43f34ea4dc
commit f05860486c
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
---
chore: update `@hono/trpc-server` to allow using Trpc 11

View File

@ -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

View File

@ -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",