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

26 lines
763 B
Markdown

# @hono/trpc-server
## 0.1.1
### Patch Changes
- [#380](https://github.com/honojs/middleware/pull/380) [`ea19f6bdeb14216da0880baf5dd5885395c0f008`](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008) Thanks [@CarlosZiegler](https://github.com/CarlosZiegler)! - fix: change peer dependency to support v4.0.0
## 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
- 520a453: `trpcServer` options extends FetchHandlerRequestOptions
## 0.0.1
### Patch Changes
- e7c60b3: Initial release