Version Packages (#165)

pull/167/head @hono/zod-openapi@0.5.1
github-actions[bot] 2023-09-20 06:18:58 +09:00 committed by GitHub
parent 62a97fda6a
commit a8747ab6fe
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(zod-openapi): use `z.output` for types after validation

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.5.1
### Patch Changes
- [#164](https://github.com/honojs/middleware/pull/164) [`62a97fd`](https://github.com/honojs/middleware/commit/62a97fda6a784f11549fff442978677642d2b218) Thanks [@yusukebe](https://github.com/yusukebe)! - fix(zod-openapi): use `z.output` for types after validation
## 0.5.0
### Minor Changes

View File

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