Version Packages (#624)

pull/625/head @hono/zod-openapi@0.14.8
github-actions[bot] 2024-07-07 13:03:36 +09:00 committed by GitHub
parent 834a97a7b0
commit 9bf6c4bb8e
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: support `coerce`

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.14.8
### Patch Changes
- [#623](https://github.com/honojs/middleware/pull/623) [`834a97a7b069fe5301f305f18bf271f3842af647`](https://github.com/honojs/middleware/commit/834a97a7b069fe5301f305f18bf271f3842af647) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: support `coerce`
## 0.14.7
### Patch Changes

View File

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