Version Packages (#512)

pull/515/head @hono/zod-openapi@0.11.1
github-actions[bot] 2024-05-11 18:26:21 +09:00 committed by GitHub
parent 88113fae8b
commit 16e3784d50
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
---
Add Promise<void> to Hook

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.11.1
### Patch Changes
- [#510](https://github.com/honojs/middleware/pull/510) [`88113fae8b5bd5d0a7662a1cca426f522da109b7`](https://github.com/honojs/middleware/commit/88113fae8b5bd5d0a7662a1cca426f522da109b7) Thanks [@taku-hatano](https://github.com/taku-hatano)! - Add Promise<void> to Hook
## 0.11.0
### Minor Changes

View File

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