Version Packages (#108)

pull/111/head @hono/zod-validator@0.1.5
github-actions[bot] 2023-08-07 22:32:45 +09:00 committed by GitHub
parent 8eb3967477
commit d9e8203548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
fix passing data to hook

View File

@ -1,5 +1,11 @@
# @hono/zod-validator # @hono/zod-validator
## 0.1.5
### Patch Changes
- [#107](https://github.com/honojs/middleware/pull/107) [`8eb3967`](https://github.com/honojs/middleware/commit/8eb3967477fce4ccbaf995e811b6d6a014c2e052) Thanks [@yusukebe](https://github.com/yusukebe)! - fix passing data to hook
## 0.1.4 ## 0.1.4
### Patch Changes ### Patch Changes

View File

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