Version Packages (#554)

pull/557/head
github-actions[bot] 2024-06-01 11:40:07 +09:00 committed by GitHub
parent aa05549497
commit 0996475ab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 16 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
fix: support async hook

View File

@ -1,5 +1,12 @@
# @hono/zod-openapi
## 0.14.1
### Patch Changes
- Updated dependencies [[`aa055494974eb911ec784e6462691aafefd98125`](https://github.com/honojs/middleware/commit/aa055494974eb911ec784e6462691aafefd98125)]:
- @hono/zod-validator@0.2.2
## 0.14.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.14.0",
"version": "0.14.1",
"description": "A wrapper class of Hono which supports OpenAPI.",
"main": "dist/index.js",
"module": "dist/index.mjs",
@ -52,7 +52,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.0.0",
"@hono/zod-validator": "0.2.1"
"@hono/zod-validator": "0.2.2"
},
"engines": {
"node": ">=16.0.0"

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.2.2
### Patch Changes
- [#552](https://github.com/honojs/middleware/pull/552) [`aa055494974eb911ec784e6462691aafefd98125`](https://github.com/honojs/middleware/commit/aa055494974eb911ec784e6462691aafefd98125) Thanks [@EdamAme-x](https://github.com/EdamAme-x)! - fix: support async hook
## 0.2.1
### Patch Changes

View File

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