Version Packages (#117)

pull/119/head @hono/zod-validator@0.1.7
github-actions[bot] 2023-08-19 00:16:28 +09:00 committed by GitHub
parent c271b6d502
commit 28ff7e4bbd
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): convert TypedResponse to Response in hook

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.1.7
### Patch Changes
- [#116](https://github.com/honojs/middleware/pull/116) [`c271b6d`](https://github.com/honojs/middleware/commit/c271b6d502f1b9e193beb897ff561e08e3877ce5) Thanks [@yusukebe](https://github.com/yusukebe)! - fix(zod-validator): convert TypedResponse to Response in hook
## 0.1.6
### Patch Changes

View File

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