Version Packages (#447)

pull/452/head @hono/zod-openapi@0.11.0
github-actions[bot] 2024-04-11 19:19:48 +09:00 committed by GitHub
parent 4660092b9a
commit 96703ff823
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 'middleware' property for route

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.11.0
### Minor Changes
- [#435](https://github.com/honojs/middleware/pull/435) [`4660092b9ae446e3a6da32628e1bead361769e8a`](https://github.com/honojs/middleware/commit/4660092b9ae446e3a6da32628e1bead361769e8a) Thanks [@RomanNabukhotnyi](https://github.com/RomanNabukhotnyi)! - Add 'middleware' property for route
## 0.10.1
### Patch Changes

View File

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