Version Packages (#967)

pull/968/head @hono/standard-validator@0.1.2
github-actions[bot] 2025-02-10 18:45:17 +09:00 committed by GitHub
parent 352507bc06
commit 305f463cf6
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/standard-validator': patch
---
fix result type

View File

@ -1,5 +1,11 @@
# @hono/standard-validator
## 0.1.2
### Patch Changes
- [#964](https://github.com/honojs/middleware/pull/964) [`352507bc06857466b75dbf47f6f514d28719f47c`](https://github.com/honojs/middleware/commit/352507bc06857466b75dbf47f6f514d28719f47c) Thanks [@paihu](https://github.com/paihu)! - fix result type
## 0.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/standard-validator",
"version": "0.1.1",
"version": "0.1.2",
"description": "Validator middleware using Standard Schema",
"type": "module",
"main": "dist/index.cjs",