Version Packages (#430)

pull/431/head @hono/zod-openapi@0.9.9
github-actions[bot] 2024-03-22 17:29:47 +09:00 committed by GitHub
parent b1f8a5325c
commit e6171707c6
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: base path not included in client types

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.9.9
### Patch Changes
- [#429](https://github.com/honojs/middleware/pull/429) [`b1f8a5325c3ad5eaa029ca5a82e7ef7adc7e6660`](https://github.com/honojs/middleware/commit/b1f8a5325c3ad5eaa029ca5a82e7ef7adc7e6660) Thanks [@hmnd](https://github.com/hmnd)! - fix: base path not included in client types
## 0.9.8
### Patch Changes

View File

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