Version Packages (#392)

pull/393/head @hono/valibot-validator@0.2.2
github-actions[bot] 2024-02-15 05:44:45 +09:00 committed by GitHub
parent 9b57c3bb30
commit 3fdf755ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/valibot-validator': patch
---
fix(valibot-validator): make validation input optional when schema is optional

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator
## 0.2.2
### Patch Changes
- [#384](https://github.com/honojs/middleware/pull/384) [`9b57c3bb30e9723b414eafe87979d11674b937ca`](https://github.com/honojs/middleware/commit/9b57c3bb30e9723b414eafe87979d11674b937ca) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - fix(valibot-validator): make validation input optional when schema is optional
## 0.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/valibot-validator",
"version": "0.2.1",
"version": "0.2.2",
"description": "Validator middleware using Valibot",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",