parent
3b37eb4aef
commit
c18cedb1b2
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/zod-validator': patch
|
||||
---
|
||||
|
||||
fix(zod-validator): fixed zod-validator hook types
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/zod-validator
|
||||
|
||||
## 0.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#119](https://github.com/honojs/middleware/pull/119) [`3b37eb4`](https://github.com/honojs/middleware/commit/3b37eb4aefb22f6e7711c390f94b022eaa3695cf) Thanks [@yusukebe](https://github.com/yusukebe)! - fix(zod-validator): fixed zod-validator hook types
|
||||
|
||||
## 0.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/zod-validator",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Validator middleware using Zod",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
|
Loading…
Reference in New Issue