Version Packages (#1143)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1144/head
github-actions[bot] 2025-04-27 20:30:24 +09:00 committed by GitHub
parent 8ed99d9d79
commit 247f7705b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': minor
---
feat: add `validationFunction` option

View File

@ -1,5 +1,12 @@
# @hono/zod-openapi
## 0.19.6
### Patch Changes
- Updated dependencies [[`8ed99d9d791ed6bd8b897c705289b0464947e632`](https://github.com/honojs/middleware/commit/8ed99d9d791ed6bd8b897c705289b0464947e632)]:
- @hono/zod-validator@0.5.0
## 0.19.5
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.5.0
### Minor Changes
- [#1140](https://github.com/honojs/middleware/pull/1140) [`8ed99d9d791ed6bd8b897c705289b0464947e632`](https://github.com/honojs/middleware/commit/8ed99d9d791ed6bd8b897c705289b0464947e632) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: add `validationFunction` option
## 0.4.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-validator",
"version": "0.4.3",
"version": "0.5.0",
"description": "Validator middleware using Zod",
"type": "module",
"main": "dist/index.js",