Version Packages (#540)

pull/542/head @hono/zod-openapi@0.14.0
github-actions[bot] 2024-05-23 22:06:31 +09:00 committed by GitHub
parent f5ef5ac97d
commit 30cee0c482
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
---
extract range definitions to StatusCode

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.14.0
### Minor Changes
- [#535](https://github.com/honojs/middleware/pull/535) [`a595e4e260040decd871e271c60c5a07c6db4086`](https://github.com/honojs/middleware/commit/a595e4e260040decd871e271c60c5a07c6db4086) Thanks [@taku-hatano](https://github.com/taku-hatano)! - extract range definitions to StatusCode
## 0.13.0
### Minor Changes

View File

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