Version Packages (#690)

pull/698/head @hono/zod-openapi@0.15.3
github-actions[bot] 2024-08-11 11:36:08 +09:00 committed by GitHub
parent c3d4886800
commit 2528a9fd63
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: supports `required` for JSON and Form body

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi # @hono/zod-openapi
## 0.15.3
### Patch Changes
- [#689](https://github.com/honojs/middleware/pull/689) [`c3d48868003ebd215074777a4846af208ddab123`](https://github.com/honojs/middleware/commit/c3d48868003ebd215074777a4846af208ddab123) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: supports `required` for JSON and Form body
## 0.15.2 ## 0.15.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/zod-openapi", "name": "@hono/zod-openapi",
"version": "0.15.2", "version": "0.15.3",
"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",