Version Packages (#885)

pull/886/head @hono/zod-validator@0.4.2
github-actions[bot] 2024-12-13 17:01:35 +09:00 committed by GitHub
parent 803f011e41
commit 9150550bb8
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-validator': patch
---
Case-insensitive Zod schemas for headers

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.4.2
### Patch Changes
- [#860](https://github.com/honojs/middleware/pull/860) [`803f011e41ecb3da503ddb2b3286c6d7606d9c4b`](https://github.com/honojs/middleware/commit/803f011e41ecb3da503ddb2b3286c6d7606d9c4b) Thanks [@askorupskyy](https://github.com/askorupskyy)! - Case-insensitive Zod schemas for headers
## 0.4.1
### Patch Changes

View File

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