Version Packages (#278)

pull/279/head @hono/zod-openapi@0.9.0
github-actions[bot] 2023-11-28 14:44:36 +09:00 committed by GitHub
parent d4aa8ec5ad
commit 4aa5f67c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
Make context accessible in the doc route

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.9.0
### Minor Changes
- [#272](https://github.com/honojs/middleware/pull/272) [`d4aa8ec`](https://github.com/honojs/middleware/commit/d4aa8ec5ad38942c1606642dc4676a92a7c006a8) Thanks [@Karibash](https://github.com/Karibash)! - Make context accessible in the doc route
## 0.8.6
### Patch Changes

View File

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