Version Packages (#767)

pull/768/head @hono/zod-openapi@0.16.4
github-actions[bot] 2024-10-06 14:16:02 +09:00 committed by GitHub
parent ed27af46ec
commit bc3facf9b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 8 deletions

View File

@ -1,2 +0,0 @@
---
---

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
chore: releasing correctly

View File

@ -1,5 +1,11 @@
# @hono/zod-validator # @hono/zod-validator
## 0.4.1
### Patch Changes
- [#766](https://github.com/honojs/middleware/pull/766) [`ed27af46ecb8a7c3b5399b725feded4feaf6f8a6`](https://github.com/honojs/middleware/commit/ed27af46ecb8a7c3b5399b725feded4feaf6f8a6) Thanks [@yusukebe](https://github.com/yusukebe)! - chore: releasing correctly
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

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