Version Packages (#520)

pull/523/head @hono/zod-openapi@0.12.0
github-actions[bot] 2024-05-15 10:08:59 +09:00 committed by GitHub
parent b03484ba05
commit c5001c01e7
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): support "status code"

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.12.0
### Minor Changes
- [#519](https://github.com/honojs/middleware/pull/519) [`b03484ba056215f0506894f9156cb1e2963cb450`](https://github.com/honojs/middleware/commit/b03484ba056215f0506894f9156cb1e2963cb450) Thanks [@yusukebe](https://github.com/yusukebe)! - feat(zod-openapi): support "status code"
## 0.11.1
### Patch Changes

View File

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