Version Packages (#858)

pull/860/head @hono/zod-openapi@0.18.3
github-actions[bot] 2024-11-29 21:12:25 +09:00 committed by GitHub
parent 3f63c46fa6
commit 3bd19aec54
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: support default response

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.18.3
### Patch Changes
- [#855](https://github.com/honojs/middleware/pull/855) [`3f63c46fa66bfb7f1d80174bfb160cccfa69f0bc`](https://github.com/honojs/middleware/commit/3f63c46fa66bfb7f1d80174bfb160cccfa69f0bc) Thanks [@jstri](https://github.com/jstri)! - fix: support default response
## 0.18.2
### Patch Changes

View File

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