Skip to content

Commit e0880ca

Browse files
Version Packages (#987)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 59c6356 commit e0880ca

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/hot-moles-fix.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.0
4+
5+
### Minor Changes
6+
7+
- [#984](https://github.com/honojs/middleware/pull/984) [`59c6356aac42d360a06cbc9357921283e455ade4`](https://github.com/honojs/middleware/commit/59c6356aac42d360a06cbc9357921283e455ade4) Thanks [@rmichalak](https://github.com/rmichalak)! - Add ability to exclude specific routes from OpenAPI docs
8+
39
## 0.18.4
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.18.4",
3+
"version": "0.19.0",
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)