Version Packages (#530)

pull/532/head @hono/zod-openapi@0.12.2
github-actions[bot] 2024-05-19 01:01:25 +09:00 committed by GitHub
parent 0a43d2c562
commit 680176d508
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): update RouteHandler type to support MaybePromise

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.12.2
### Patch Changes
- [#529](https://github.com/honojs/middleware/pull/529) [`0a43d2c562f5adb12009f6bdd0e7fb7c06a625e6`](https://github.com/honojs/middleware/commit/0a43d2c562f5adb12009f6bdd0e7fb7c06a625e6) Thanks [@akineko](https://github.com/akineko)! - fix(zod-openapi): update RouteHandler type to support MaybePromise
## 0.12.1
### Patch Changes

View File

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