Version Packages (#811)

pull/812/head @hono/zod-openapi@0.17.0
github-actions[bot] 2024-11-07 12:19:54 +09:00 committed by GitHub
parent 2eec6f6fd9
commit d903e27888
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
---
introduce routeMiddleware Env inference

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.17.0
### Minor Changes
- [#807](https://github.com/honojs/middleware/pull/807) [`2eec6f6fd90b00e130db5f0b3cfeff806132d98a`](https://github.com/honojs/middleware/commit/2eec6f6fd90b00e130db5f0b3cfeff806132d98a) Thanks [@oberbeck](https://github.com/oberbeck)! - introduce routeMiddleware Env inference
## 0.16.3
### Patch Changes

View File

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