Version Packages (#484)

pull/485/head @hono/trpc-server@0.3.0
github-actions[bot] 2024-04-29 13:07:35 +09:00 committed by GitHub
parent 4446eeeb9f
commit 319b955c74
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': minor
---
Support asynchronous context creation for trpc server middleware

View File

@ -1,5 +1,11 @@
# @hono/trpc-server # @hono/trpc-server
## 0.3.0
### Minor Changes
- [#482](https://github.com/honojs/middleware/pull/482) [`4446eeeb9f556e595be6ef8f9d6afa45770a2b67`](https://github.com/honojs/middleware/commit/4446eeeb9f556e595be6ef8f9d6afa45770a2b67) Thanks [@jikyu](https://github.com/jikyu)! - Support asynchronous context creation for trpc server middleware
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/trpc-server", "name": "@hono/trpc-server",
"version": "0.2.0", "version": "0.3.0",
"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",