Version Packages (#533)

pull/538/head @hono/zod-openapi@0.13.0
github-actions[bot] 2024-05-20 07:13:58 +09:00 committed by GitHub
parent eeccd4fc2f
commit 1d5c467d5f
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
---
feat(zod-openapi): export RouteConfig type

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.13.0
### Minor Changes
- [#532](https://github.com/honojs/middleware/pull/532) [`eeccd4fc2fd63c9d79d7a4911f80fa94d1680983`](https://github.com/honojs/middleware/commit/eeccd4fc2fd63c9d79d7a4911f80fa94d1680983) Thanks [@akineko](https://github.com/akineko)! - feat(zod-openapi): export RouteConfig type
## 0.12.2
### Patch Changes

View File

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