Version Packages (#838)

pull/845/head @hono/zod-openapi@0.18.0
github-actions[bot] 2024-11-19 11:00:17 +09:00 committed by GitHub
parent 52b63684d3
commit c063c66a55
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: support `enum`

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.18.0
### Minor Changes
- [#837](https://github.com/honojs/middleware/pull/837) [`ebd70a0e03c5bb78ba2d39613e10bdc28fe7822b`](https://github.com/honojs/middleware/commit/ebd70a0e03c5bb78ba2d39613e10bdc28fe7822b) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support `enum`
## 0.17.1
### Patch Changes

View File

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