Version Packages (#635)

pull/636/head @hono/zod-openapi@0.14.9
github-actions[bot] 2024-07-11 16:39:12 +09:00 committed by GitHub
parent a405d08709
commit d722b198e0
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
---
expose `extendZodWithOpenApi` from `zod-to-openapi`

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.14.9
### Patch Changes
- [#632](https://github.com/honojs/middleware/pull/632) [`a405d0870998f131dbc05a44fae0e6df7ff82521`](https://github.com/honojs/middleware/commit/a405d0870998f131dbc05a44fae0e6df7ff82521) Thanks [@paolostyle](https://github.com/paolostyle)! - expose `extendZodWithOpenApi` from `zod-to-openapi`
## 0.14.8
### Patch Changes

View File

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