Version Packages (#1321)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1323/head @hono/zod-openapi@1.0.2
github-actions[bot] 2025-07-19 18:53:02 +09:00 committed by GitHub
parent 5a3cbc4cc6
commit 28601b311b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
fix: correct importing `zod`

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi # @hono/zod-openapi
## 1.0.2
### Patch Changes
- [#1320](https://github.com/honojs/middleware/pull/1320) [`e835cf6183fb4717cfdbe156d9b3d423625a0e15`](https://github.com/honojs/middleware/commit/e835cf6183fb4717cfdbe156d9b3d423625a0e15) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: correct importing `zod`
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/zod-openapi", "name": "@hono/zod-openapi",
"version": "1.0.1", "version": "1.0.2",
"license": "MIT", "license": "MIT",
"exports": { "exports": {
".": "./src/index.ts" ".": "./src/index.ts"

View File

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