Version Packages (#830)

pull/833/head @hono/zod-openapi@0.17.1
github-actions[bot] 2024-11-16 09:50:57 +09:00 committed by GitHub
parent bbb48ef368
commit 68753ca8b2
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
---
infer env type parameter from middleware

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.17.1
### Patch Changes
- [#828](https://github.com/honojs/middleware/pull/828) [`bbb48ef368d8277b89cb938207093462addf4be3`](https://github.com/honojs/middleware/commit/bbb48ef368d8277b89cb938207093462addf4be3) Thanks [@daniel-pedersen](https://github.com/daniel-pedersen)! - infer env type parameter from middleware
## 0.17.0
### Minor Changes

View File

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