Version Packages (#987)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/991/head @hono/zod-openapi@0.19.0
github-actions[bot] 2025-02-28 17:57:02 +09:00 committed by GitHub
parent 59c6356aac
commit e0880ca4a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
Add ability to exclude specific routes from OpenAPI docs

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.19.0
### Minor Changes
- [#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
## 0.18.4
### Patch Changes

View File

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