Version Packages (#317)

pull/318/head @hono/zod-openapi@0.9.5
github-actions[bot] 2023-12-16 15:37:45 +09:00 committed by GitHub
parent 5eeb555c89
commit 729c42067d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
fix: supports named params in nested routes

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.9.5
### Patch Changes
- [#316](https://github.com/honojs/middleware/pull/316) [`5eeb555`](https://github.com/honojs/middleware/commit/5eeb555c8958fb890e80262e3dbf532f3c8c1e55) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: supports named params in nested routes
## 0.9.4
### Patch Changes

View File

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