Version Packages (#744)

pull/746/head @hono/typebox-validator@0.2.5
github-actions[bot] 2024-09-24 19:15:14 +09:00 committed by GitHub
parent 39cb252df9
commit 40b4ad9bd2
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/typebox-validator': patch
---
Fix fail case not returning error array in hook

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator
## 0.2.5
### Patch Changes
- [#742](https://github.com/honojs/middleware/pull/742) [`39cb252df9a0829b8397b9edbcc1de27e49230e1`](https://github.com/honojs/middleware/commit/39cb252df9a0829b8397b9edbcc1de27e49230e1) Thanks [@Micnubinub](https://github.com/Micnubinub)! - Fix fail case not returning error array in hook
## 0.2.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.2.4",
"version": "0.2.5",
"description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",