Version Packages (#659)

pull/667/head @hono/zod-openapi@0.15.1
github-actions[bot] 2024-07-21 18:29:59 +09:00 committed by GitHub
parent a04ab70c2c
commit e488b9f08a
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): infer OpenAPIObjectConfig

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.15.1
### Patch Changes
- [#656](https://github.com/honojs/middleware/pull/656) [`a04ab70c2c4254eed24efd81d6e5a31553553ec9`](https://github.com/honojs/middleware/commit/a04ab70c2c4254eed24efd81d6e5a31553553ec9) Thanks [@adjsky](https://github.com/adjsky)! - fix(zod-openapi): infer OpenAPIObjectConfig
## 0.15.0
### Minor Changes

View File

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