changeset
parent
30e1d8a00d
commit
4a076e6f55
|
@ -1,5 +1,15 @@
|
|||
# @hono/zod-validator
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- feat: support async hook
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- feat: support async hook
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/zod-validator",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "Validator middleware using Zod",
|
||||
"type": "module",
|
||||
"main": "dist/cjs/index.js",
|
||||
|
|
Loading…
Reference in New Issue