Skip to content

Commit 2528a9f

Browse files
Version Packages (#690)
1 parent c3d4886 commit 2528a9f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/twelve-singers-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/zod-openapi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/zod-openapi
22

3+
## 0.15.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.15.2
410

511
### Patch Changes

packages/zod-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/zod-openapi",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"description": "A wrapper class of Hono which supports OpenAPI.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)