Version Packages (#1245)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>chore/sync-robots-json @hono/trpc-server@0.4.0
parent
054257a200
commit
848ecb889d
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/trpc-server': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Update package exports
|
|
||||||
|
|
||||||
See #1064 for changes
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @hono/trpc-server
|
# @hono/trpc-server
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#1243](https://github.com/honojs/middleware/pull/1243) [`054257a20073f0452dd65f1dc82bedbcf034fd93`](https://github.com/honojs/middleware/commit/054257a20073f0452dd65f1dc82bedbcf034fd93) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Update package exports
|
||||||
|
|
||||||
|
See #1064 for changes
|
||||||
|
|
||||||
## 0.3.4
|
## 0.3.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/trpc-server",
|
"name": "@hono/trpc-server",
|
||||||
"version": "0.3.4",
|
"version": "0.4.0",
|
||||||
"description": "tRPC Server Middleware for Hono",
|
"description": "tRPC Server Middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue