Version Packages (#140)

pull/142/head @hono/zod-openapi@0.1.2
github-actions[bot] 2023-08-24 22:04:00 +09:00 committed by GitHub
parent 991b85915a
commit 68ef99cffc
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: bump up Hono version

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.1.2
### Patch Changes
- [#139](https://github.com/honojs/middleware/pull/139) [`991b859`](https://github.com/honojs/middleware/commit/991b85915a63d1fd15cda52078f6401c17d3879f) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: bump up Hono version
## 0.1.1
### Patch Changes

View File

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