Version Packages (#122)

pull/123/head @hono/zod-openapi@0.0.1
github-actions[bot] 2023-08-19 02:54:34 +09:00 committed by GitHub
parent 1233c00875
commit 5e9f4f55a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
docs: fixed readme

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
introduce Zod OpenAPI

View File

@ -0,0 +1,9 @@
# @hono/zod-openapi
## 0.0.1
### Patch Changes
- [#121](https://github.com/honojs/middleware/pull/121) [`1233c00`](https://github.com/honojs/middleware/commit/1233c00875827749599880ade5830f8a1e7d73e8) Thanks [@yusukebe](https://github.com/yusukebe)! - docs: fixed readme
- [#118](https://github.com/honojs/middleware/pull/118) [`7b89803`](https://github.com/honojs/middleware/commit/7b898034a50c9bfa08872e28dcaa066ea55d9e3d) Thanks [@yusukebe](https://github.com/yusukebe)! - introduce Zod OpenAPI

View File

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