Version Packages (#927)

pull/929/head @hono/valibot-validator@0.5.2
github-actions[bot] 2025-01-08 19:53:03 +09:00 committed by GitHub
parent c5abbc993d
commit c7b15e365d
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 request query types for valibot schemas

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator
## 0.5.2
### Patch Changes
- [#914](https://github.com/honojs/middleware/pull/914) [`c5abbc993d8e3663dfd4f2af7ba921acd5bd83ed`](https://github.com/honojs/middleware/commit/c5abbc993d8e3663dfd4f2af7ba921acd5bd83ed) Thanks [@ajotaos](https://github.com/ajotaos)! - Fix request query types for valibot schemas
## 0.5.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/valibot-validator",
"version": "0.5.1",
"version": "0.5.2",
"description": "Validator middleware using Valibot",
"type": "module",
"main": "dist/index.js",