Version Packages (#446)

pull/447/head @hono/zod-openapi@0.10.1
github-actions[bot] 2024-04-11 14:49:29 +09:00 committed by GitHub
parent 110e272460
commit 56b11664ec
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': patch
---
Make getRoutingPath property of a RouteConfig non-enumerable

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.10.1
### Patch Changes
- [#445](https://github.com/honojs/middleware/pull/445) [`110e27246015cac60c8a07cd078c3245b7ddbeeb`](https://github.com/honojs/middleware/commit/110e27246015cac60c8a07cd078c3245b7ddbeeb) Thanks [@fumieval](https://github.com/fumieval)! - Make getRoutingPath property of a RouteConfig non-enumerable
## 0.10.0
### Minor Changes

View File

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