Version Packages (#120)

pull/121/head @hono/zod-validator@0.1.8
github-actions[bot] 2023-08-19 02:40:34 +09:00 committed by GitHub
parent 3b37eb4aef
commit c18cedb1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
fix(zod-validator): fixed zod-validator hook types

View File

@ -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

View File

@ -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",