Version Packages (#851)

pull/854/head @hono/zod-openapi@0.18.1
github-actions[bot] 2024-11-28 10:57:56 +09:00 committed by GitHub
parent 4ebecc6142
commit a2ffc34b31
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 multi-middleware complex object type inference

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.18.1
### Patch Changes
- [#849](https://github.com/honojs/middleware/pull/849) [`4ebecc61420b6bd94b3a44b8ea58a85654f7ec5d`](https://github.com/honojs/middleware/commit/4ebecc61420b6bd94b3a44b8ea58a85654f7ec5d) Thanks [@askorupskyy](https://github.com/askorupskyy)! - Fix multi-middleware complex object type inference
## 0.18.0
### Minor Changes

View File

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