Version Packages (#289)

pull/291/head @hono/zod-openapi@0.9.2
github-actions[bot] 2023-12-05 18:17:37 +09:00 committed by GitHub
parent 8178ba094f
commit f8027e1bd2
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-openapi': patch
---
use z.input to infer input types of the request

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.9.2
### Patch Changes
- [#286](https://github.com/honojs/middleware/pull/286) [`8178ba0`](https://github.com/honojs/middleware/commit/8178ba094f9bcc289b57f017a79fb075b08566cb) Thanks [@fahchen](https://github.com/fahchen)! - use z.input to infer input types of the request
## 0.9.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.9.1",
"version": "0.9.2",
"description": "A wrapper class of Hono which supports OpenAPI.",
"main": "dist/index.js",
"module": "dist/index.mjs",