Version Packages (#997)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/370/merge @hono/zod-openapi@0.19.2
github-actions[bot] 2025-03-03 06:08:20 +09:00 committed by GitHub
parent c279ba2bc5
commit 0f8d2f3d05
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(zod-openapi): correctly handle path parameters in basePath

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.19.2
### Patch Changes
- [#995](https://github.com/honojs/middleware/pull/995) [`c279ba2bc5204b1b9effc92c45f129904ea67795`](https://github.com/honojs/middleware/commit/c279ba2bc5204b1b9effc92c45f129904ea67795) Thanks [@luxass](https://github.com/luxass)! - fix(zod-openapi): correctly handle path parameters in basePath
## 0.19.1
### Patch Changes

View File

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