parent
f59edfe89c
commit
fb81f4ea4a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add supports async validation
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/valibot-validator
|
# @hono/valibot-validator
|
||||||
|
|
||||||
|
## 0.2.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#515](https://github.com/honojs/middleware/pull/515) [`f59edfe89c95a145cb75ef4c5c41b730f535d32e`](https://github.com/honojs/middleware/commit/f59edfe89c95a145cb75ef4c5c41b730f535d32e) Thanks [@mizno-hito](https://github.com/mizno-hito)! - Add supports async validation
|
||||||
|
|
||||||
## 0.2.4
|
## 0.2.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.2.4",
|
"version": "0.2.5",
|
||||||
"description": "Validator middleware using Valibot",
|
"description": "Validator middleware using Valibot",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue