Version Packages (#647)

pull/653/head @hono/zod-openapi@0.15.0
github-actions[bot] 2024-07-17 21:39:14 +09:00 committed by GitHub
parent f38a6166f6
commit 9467b7e54c
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
---
Support other json content-types such as application/vnd.api+json, application/problem+json, etc.

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.15.0
### Minor Changes
- [#645](https://github.com/honojs/middleware/pull/645) [`f38a6166f6ced37ebea3f7cfcefe91d001b0c3b3`](https://github.com/honojs/middleware/commit/f38a6166f6ced37ebea3f7cfcefe91d001b0c3b3) Thanks [@DavidHavl](https://github.com/DavidHavl)! - Support other json content-types such as application/vnd.api+json, application/problem+json, etc.
## 0.14.9
### Patch Changes

View File

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