Version Packages (#480)

pull/482/head @hono/trpc-server@0.2.0
github-actions[bot] 2024-04-27 17:33:56 +09:00 committed by GitHub
parent 2526e1e685
commit 9c98a73405
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
---
access hono context from trpc procedures

View File

@ -1,5 +1,11 @@
# @hono/trpc-server
## 0.2.0
### Minor Changes
- [#458](https://github.com/honojs/middleware/pull/458) [`2526e1e6854709b1c9630ff2aac7bf218fec7d57`](https://github.com/honojs/middleware/commit/2526e1e6854709b1c9630ff2aac7bf218fec7d57) Thanks [@benjamine](https://github.com/benjamine)! - access hono context from trpc procedures
## 0.1.1
### Patch Changes

View File

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