Version Packages (#516)

pull/517/head @hono/valibot-validator@0.2.5
github-actions[bot] 2024-05-13 07:06:25 +09:00 committed by GitHub
parent f59edfe89c
commit fb81f4ea4a
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
---
Add supports async validation

View File

@ -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

View File

@ -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",