Version Packages (#212)

pull/213/head @hono/zod-openapi@0.8.1
github-actions[bot] 2023-10-26 17:51:09 +09:00 committed by GitHub
parent 6ca8e8d8de
commit 90d3e84831
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
---
fix: relax input types

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.8.1
### Patch Changes
- [#211](https://github.com/honojs/middleware/pull/211) [`6ca8e8d`](https://github.com/honojs/middleware/commit/6ca8e8d8de85dde7b9c25bfd5665aa32e233402e) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: relax input types
## 0.8.0
### Minor Changes

View File

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