honojs-middleware/packages/trpc-server/CHANGELOG.md

20 lines
439 B
Markdown
Raw Normal View History

2023-02-04 22:39:29 +08:00
# @hono/trpc-server
2023-02-18 22:39:44 +08:00
## 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"
2023-02-12 13:54:35 +08:00
## 0.0.2
### Patch Changes
- 520a453: `trpcServer` options extends FetchHandlerRequestOptions
2023-02-04 22:39:29 +08:00
## 0.0.1
### Patch Changes
- e7c60b3: Initial release