Version Packages (#438)

pull/444/head @hono/zod-openapi@0.9.10
github-actions[bot] 2024-03-29 14:27:28 +09:00 committed by GitHub
parent 968ed8e65d
commit c56b22f15a
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: bump `@hono/zod-validator`

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.9.10
### Patch Changes
- [#437](https://github.com/honojs/middleware/pull/437) [`9fc8591960ca547cb26a8d32d8f1e2c2f3568b95`](https://github.com/honojs/middleware/commit/9fc8591960ca547cb26a8d32d8f1e2c2f3568b95) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: bump `@hono/zod-validator`
## 0.9.9
### Patch Changes

View File

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