parent
b9e383fa88
commit
148f114cb6
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/trpc-server': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: bump up Hono version "v3"
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/trpc-server
|
# @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
|
## 0.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/trpc-server",
|
"name": "@hono/trpc-server",
|
||||||
"version": "0.0.2",
|
"version": "0.1.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",
|
||||||
|
|
Loading…
Reference in New Issue