Version Packages (#115)

pull/116/head @hono/zod-validator@0.1.6
github-actions[bot] 2023-08-18 23:59:36 +09:00 committed by GitHub
parent 3de3d7cd1b
commit a5a0692c3a
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(zod-validator): support TypedResponse in hook

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.1.6
### Patch Changes
- [#114](https://github.com/honojs/middleware/pull/114) [`3de3d7c`](https://github.com/honojs/middleware/commit/3de3d7cd1bfc064f4f2c38da35f46da4998dac35) Thanks [@yusukebe](https://github.com/yusukebe)! - fix(zod-validator): support TypedResponse in hook
## 0.1.5
### Patch Changes

View File

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