Version Packages (#444)

pull/445/head @hono/zod-openapi@0.10.0
github-actions[bot] 2024-04-07 19:25:44 +09:00 committed by GitHub
parent f1a23e4e99
commit b865bb7ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
feat: bump `zod-to-openapi` supports ESM

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.10.0
### Minor Changes
- [#443](https://github.com/honojs/middleware/pull/443) [`1e0d857ef9f756d1217eaccf37a028be7a107d78`](https://github.com/honojs/middleware/commit/1e0d857ef9f756d1217eaccf37a028be7a107d78) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump `zod-to-openapi` supports ESM
## 0.9.10
### Patch Changes

View File

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