Version Packages (#854)

pull/855/head @hono/zod-openapi@0.18.2
github-actions[bot] 2024-11-28 19:05:51 +09:00 committed by GitHub
parent a9804afe71
commit b1fdf7202f
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: return `Response` if response is not text or JSON

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi # @hono/zod-openapi
## 0.18.2
### Patch Changes
- [#853](https://github.com/honojs/middleware/pull/853) [`a9804afe71fe5876963b3a6f5972a3e5d50dbdca`](https://github.com/honojs/middleware/commit/a9804afe71fe5876963b3a6f5972a3e5d50dbdca) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: return `Response` if response is not text or JSON
## 0.18.1 ## 0.18.1
### Patch Changes ### Patch Changes

View File

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