Skip to content

Commit 5342216

Browse files
Version Packages (#1601)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4defad6 commit 5342216

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/crazy-cougars-follow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/trpc-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/trpc-server
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#1599](https://github.com/honojs/middleware/pull/1599) [`4defad62ab1de77fa91024d5b0c45ce6389eafa0`](https://github.com/honojs/middleware/commit/4defad62ab1de77fa91024d5b0c45ce6389eafa0) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: auto-detect endpoint from route path
8+
39
## 0.4.0
410

511
### Minor Changes

packages/trpc-server/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/trpc-server",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.ts"

packages/trpc-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/trpc-server",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "tRPC Server Middleware for Hono",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)