Skip to content

Commit 41f2241

Browse files
Version Packages (#1567)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc468a0 commit 41f2241

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.changeset/hot-terms-fry.md

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

packages/zod-validator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hono/zod-validator
22

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- [#1558](https://github.com/honojs/middleware/pull/1558) [`5388c3f6ab217293b2d3068c00b3334c1b6569aa`](https://github.com/honojs/middleware/commit/5388c3f6ab217293b2d3068c00b3334c1b6569aa) Thanks [@shoji9x9](https://github.com/shoji9x9)! - Fixed so that the hook's return value is reflected in zValidator's return value.
8+
9+
Response to #1550.
10+
311
## 0.7.4
412

513
### Patch Changes

packages/zod-validator/deno.json

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

packages/zod-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/zod-validator",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Validator middleware using Zod",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)