Version Packages (#190)

pull/191/head @hono/zod-openapi@0.7.2
github-actions[bot] 2023-10-04 23:46:25 +00:00 committed by GitHub
parent 58167f3b7f
commit b77369e6f1
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: publish as cjs by default

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.7.2
### Patch Changes
- [#189](https://github.com/honojs/middleware/pull/189) [`58167f3`](https://github.com/honojs/middleware/commit/58167f3b7f3c564334f5182529f0ddb29ace0af1) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: publish as cjs by default
## 0.7.1
### Patch Changes

View File

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