Skip to content

Commit 0f8d2f3

Browse files
Version Packages (#997)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c279ba2 commit 0f8d2f3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/smooth-grapes-pay.md

-5
This file was deleted.

packages/zod-openapi/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/zod-openapi
22

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.19.1
410

511
### Patch Changes

packages/zod-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/zod-openapi",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "A wrapper class of Hono which supports OpenAPI.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)