Version Packages (#51)

pull/54/head @hono/trpc-server@0.1.0
github-actions[bot] 2023-02-18 23:39:44 +09:00 committed by GitHub
parent b9e383fa88
commit 148f114cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/trpc-server': minor
---
feat: bump up Hono version "v3"

View File

@ -1,5 +1,11 @@
# @hono/trpc-server
## 0.1.0
### Minor Changes
- [#50](https://github.com/honojs/middleware/pull/50) [`b9e383f`](https://github.com/honojs/middleware/commit/b9e383fa88b676c65773997a60e66bfc24e55aa0) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump up Hono version "v3"
## 0.0.2
### Patch Changes

View File

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