Version Packages (#577)

pull/578/head @hono/zod-openapi@0.14.4
github-actions[bot] 2024-06-15 00:26:54 +09:00 committed by GitHub
parent 9a9de50494
commit 9d3609f1ca
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: use `JSONParsed` for creating a response type

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.14.4
### Patch Changes
- [#576](https://github.com/honojs/middleware/pull/576) [`9a9de504942358be5a77236231e20f5016b6d1a9`](https://github.com/honojs/middleware/commit/9a9de504942358be5a77236231e20f5016b6d1a9) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: use `JSONParsed` for creating a response type
## 0.14.3
### Patch Changes

View File

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