Version Packages (#288)

pull/286/head^2 @hono/zod-openapi@0.9.1
github-actions[bot] 2023-12-04 22:25:01 +09:00 committed by GitHub
parent 1568b920de
commit 7cd3fd40c8
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': patch
---
fix: Strict type checking of return values

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.9.1
### Patch Changes
- [#287](https://github.com/honojs/middleware/pull/287) [`1568b92`](https://github.com/honojs/middleware/commit/1568b920de1e45b963d1812c32932fad01dbe2fe) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: Strict type checking of return values
## 0.9.0
### Minor Changes

View File

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