changeset

pull/552/head
Ame_x 2024-05-29 03:08:58 +00:00
parent 30e1d8a00d
commit 4a076e6f55
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# @hono/zod-validator # @hono/zod-validator
## 0.3.0
### Minor Changes
- feat: support async hook
### Patch Changes
- feat: support async hook
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/zod-validator", "name": "@hono/zod-validator",
"version": "0.2.1", "version": "0.3.0",
"description": "Validator middleware using Zod", "description": "Validator middleware using Zod",
"type": "module", "type": "module",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",