Version Packages (#223)

pull/224/head @hono/zod-openapi@0.8.3
github-actions[bot] 2023-10-31 19:23:37 +09:00 committed by GitHub
parent 73ab82a902
commit b8076dfb47
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: import types correctly

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.8.3
### Patch Changes
- [#222](https://github.com/honojs/middleware/pull/222) [`73ab82a`](https://github.com/honojs/middleware/commit/73ab82a90253a0dbc536251787ff5713981a4075) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: import types correctly
## 0.8.2
### Patch Changes

View File

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