Version Packages (#256)

pull/258/head @hono/zod-openapi@0.8.4
github-actions[bot] 2023-11-16 06:36:27 +09:00 committed by GitHub
parent eb3694cd2c
commit 53cd5f7bec
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 incorrect specification of the exports field in package.json

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.8.4
### Patch Changes
- [#255](https://github.com/honojs/middleware/pull/255) [`129f468`](https://github.com/honojs/middleware/commit/129f4680a2c050ec49a0422d735e0d173d7b5faf) Thanks [@Karibash](https://github.com/Karibash)! - Fix incorrect specification of the exports field in package.json
## 0.8.3
### Patch Changes

View File

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