parent
c5abbc993d
commit
c7b15e365d
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix request query types for valibot schemas
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/valibot-validator
|
# @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
|
## 0.5.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "Validator middleware using Valibot",
|
"description": "Validator middleware using Valibot",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue