Version Packages (#575)

pull/577/head @hono/zod-openapi@0.14.3
github-actions[bot] 2024-06-14 19:08:46 +09:00 committed by GitHub
parent 756033391b
commit 6b06138a50
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': patch
---
fix: relax types to support `.refine()` for an object

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi # @hono/zod-openapi
## 0.14.3
### Patch Changes
- [#574](https://github.com/honojs/middleware/pull/574) [`ef9f45ab692c81e1474cfb054f55a2c9fc39bdf8`](https://github.com/honojs/middleware/commit/ef9f45ab692c81e1474cfb054f55a2c9fc39bdf8) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: relax types to support `.refine()` for an object
## 0.14.2 ## 0.14.2
### Patch Changes ### Patch Changes

View File

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