Skip to content

Commit 10d65d1

Browse files
Version Packages (#993)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c738f5 commit 10d65d1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/dry-squids-flash.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.1
4+
5+
### Patch Changes
6+
7+
- [#992](https://github.com/honojs/middleware/pull/992) [`3c738f5ea44f5f5e5cdc14dfeaba5c04188d6373`](https://github.com/honojs/middleware/commit/3c738f5ea44f5f5e5cdc14dfeaba5c04188d6373) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: replace path param strings correctly in basePath
8+
39
## 0.19.0
410

511
### Minor 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.0",
3+
"version": "0.19.1",
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)