Version Packages (#523)

pull/526/head @hono/zod-openapi@0.12.1
github-actions[bot] 2024-05-15 17:56:40 +09:00 committed by GitHub
parent 2d5ef82558
commit 44766bff2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"@hono/zod-openapi": patch
---
fix(zod-openapi): return type of handler should be MaybePromise

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.12.1
### Patch Changes
- [#522](https://github.com/honojs/middleware/pull/522) [`2d5ef8255861482cd62deee3d6616a2e21016d53`](https://github.com/honojs/middleware/commit/2d5ef8255861482cd62deee3d6616a2e21016d53) Thanks [@alexzhang1030](https://github.com/alexzhang1030)! - fix(zod-openapi): return type of handler should be MaybePromise
## 0.12.0
### Minor Changes

View File

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