parent
39cb252df9
commit
40b4ad9bd2
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/typebox-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix fail case not returning error array in hook
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/typebox-validator
|
# @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
|
## 0.2.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/typebox-validator",
|
"name": "@hono/typebox-validator",
|
||||||
"version": "0.2.4",
|
"version": "0.2.5",
|
||||||
"description": "Validator middleware using TypeBox",
|
"description": "Validator middleware using TypeBox",
|
||||||
"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