Version Packages (#687)

pull/689/head @hono/zod-openapi@0.15.2
github-actions[bot] 2024-08-10 16:13:31 +09:00 committed by GitHub
parent 0add2f5800
commit 2d14b1c8a4
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: don't validate the body if content-type is mismatched

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.15.2
### Patch Changes
- [#686](https://github.com/honojs/middleware/pull/686) [`a6ec008fbd8235368b796d2c0edb6adfe8c03cc5`](https://github.com/honojs/middleware/commit/a6ec008fbd8235368b796d2c0edb6adfe8c03cc5) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: don't validate the body if content-type is mismatched
## 0.15.1
### Patch Changes

View File

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