Version Packages (#169)

pull/176/head @hono/zod-openapi@0.6.0
github-actions[bot] 2023-09-22 06:01:38 +09:00 committed by GitHub
parent dbebf747c9
commit fd4aa8754e
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
---
Export types that allow for separate declaratins of route handlers and hooks

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.6.0
### Minor Changes
- [#167](https://github.com/honojs/middleware/pull/167) [`dbebf74`](https://github.com/honojs/middleware/commit/dbebf747c9c7ca94bf22259772d8b1e0623ce68d) Thanks [@exsjabe](https://github.com/exsjabe)! - Export types that allow for separate declaratins of route handlers and hooks
## 0.5.1
### Patch Changes

View File

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