Version Packages (#149)

pull/155/head @hono/zod-openapi@0.3.0
github-actions[bot] 2023-09-05 19:01:34 +09:00 committed by GitHub
parent ee9e2a3d21
commit be7d4a6916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
fix(zod-openapi): fix a type error

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
feat(zod-openapi): make `app.openAPIRegistry` public

View File

@ -1,5 +1,15 @@
# @hono/zod-openapi
## 0.3.0
### Minor Changes
- [#150](https://github.com/honojs/middleware/pull/150) [`1006cbc`](https://github.com/honojs/middleware/commit/1006cbca6b6636340afe10f7680511bab2046b47) Thanks [@yusukebe](https://github.com/yusukebe)! - feat(zod-openapi): make `app.openAPIRegistry` public
### Patch Changes
- [#148](https://github.com/honojs/middleware/pull/148) [`1bfd648`](https://github.com/honojs/middleware/commit/1bfd648df8dfcd659c14514b977de945d3806b7d) Thanks [@yusukebe](https://github.com/yusukebe)! - fix(zod-openapi): fix a type error
## 0.2.0
### Minor Changes

View File

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