Version Packages (#259)

pull/260/head @hono/zod-openapi@0.8.5
github-actions[bot] 2023-11-16 19:26:44 +09:00 committed by GitHub
parent 368c3520fa
commit 4c5b5be848
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 a bug that slashes were duplicated when mounting a path using the route method

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.8.5
### Patch Changes
- [#258](https://github.com/honojs/middleware/pull/258) [`368c352`](https://github.com/honojs/middleware/commit/368c3520fa8a15657e8e42313bbfde3d87b0183b) Thanks [@Karibash](https://github.com/Karibash)! - Fix a bug that slashes were duplicated when mounting a path using the route method
## 0.8.4
### Patch Changes

View File

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