Version Packages (#157)

pull/158/head @hono/zod-openapi@0.4.0
github-actions[bot] 2023-09-12 08:32:02 +09:00 committed by GitHub
parent 430088e175
commit 752e6b2fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
Merge subapps' spec definitions into main app

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
Support v3.1 spec output

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
OpenAPIHono constructor supports init object

View File

@ -1,5 +1,15 @@
# @hono/zod-openapi # @hono/zod-openapi
## 0.4.0
### Minor Changes
- [#153](https://github.com/honojs/middleware/pull/153) [`430088e`](https://github.com/honojs/middleware/commit/430088e17569a12e354c80c1d6da67a9ecbfdffe) Thanks [@mikestopcontinues](https://github.com/mikestopcontinues)! - Merge subapps' spec definitions into main app
- [#153](https://github.com/honojs/middleware/pull/153) [`430088e`](https://github.com/honojs/middleware/commit/430088e17569a12e354c80c1d6da67a9ecbfdffe) Thanks [@mikestopcontinues](https://github.com/mikestopcontinues)! - Support v3.1 spec output
- [#153](https://github.com/honojs/middleware/pull/153) [`430088e`](https://github.com/honojs/middleware/commit/430088e17569a12e354c80c1d6da67a9ecbfdffe) Thanks [@mikestopcontinues](https://github.com/mikestopcontinues)! - OpenAPIHono constructor supports init object
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes

View File

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