Version Packages (#156)

pull/153/head^2 @hono/zod-openapi@0.3.1
github-actions[bot] 2023-09-11 11:47:16 +09:00 committed by GitHub
parent 804caac191
commit ec3beefd63
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): support multiple params

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.3.1
### Patch Changes
- [#155](https://github.com/honojs/middleware/pull/155) [`804caac`](https://github.com/honojs/middleware/commit/804caac19123e0b6d9a3f33b686051f1f111ee1f) Thanks [@yusukebe](https://github.com/yusukebe)! - fix(zod-openapi): support multiple params
## 0.3.0
### Minor Changes

View File

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