Version Packages (#209)

pull/211/head @hono/zod-validator@0.1.10
github-actions[bot] 2023-10-23 05:20:38 +09:00 committed by GitHub
parent 46575b4395
commit cb5bba456b
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): make validation input optional when schema is optional

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.1.10
### Patch Changes
- [#208](https://github.com/honojs/middleware/pull/208) [`46575b4`](https://github.com/honojs/middleware/commit/46575b4395011f4fdf8cd1dcf87f4a662e342cbe) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - fix(zod-validator): make validation input optional when schema is optional
## 0.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-validator",
"version": "0.1.9",
"version": "0.1.10",
"description": "Validator middleware using Zod",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",