Version Packages (#714)

pull/711/head @hono/zod-openapi@0.16.0
github-actions[bot] 2024-08-25 15:16:19 +09:00 committed by GitHub
parent dadf5ce3c2
commit 588b0eb151
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': minor
---
Allow multiple mime type response

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.16.0
### Minor Changes
- [#710](https://github.com/honojs/middleware/pull/710) [`dadf5ce3c2c134b83420702ca8fe13d6fb8d9390`](https://github.com/honojs/middleware/commit/dadf5ce3c2c134b83420702ca8fe13d6fb8d9390) Thanks [@ameinhardt](https://github.com/ameinhardt)! - Allow multiple mime type response
## 0.15.3
### Patch Changes

View File

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