parent
c271b6d502
commit
28ff7e4bbd
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/zod-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix(zod-validator): convert TypedResponse to Response in hook
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/zod-validator
|
# @hono/zod-validator
|
||||||
|
|
||||||
|
## 0.1.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#116](https://github.com/honojs/middleware/pull/116) [`c271b6d`](https://github.com/honojs/middleware/commit/c271b6d502f1b9e193beb897ff561e08e3877ce5) Thanks [@yusukebe](https://github.com/yusukebe)! - fix(zod-validator): convert TypedResponse to Response in hook
|
||||||
|
|
||||||
## 0.1.6
|
## 0.1.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/zod-validator",
|
"name": "@hono/zod-validator",
|
||||||
"version": "0.1.6",
|
"version": "0.1.7",
|
||||||
"description": "Validator middleware using Zod",
|
"description": "Validator middleware using Zod",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue