Version Packages (#969)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/971/head @hono/zod-validator@0.4.3
github-actions[bot] 2025-02-15 10:44:19 +09:00 committed by GitHub
parent b65d5a5861
commit a2fdda7f6f
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
---
fix: fix commonjs import problem

View File

@ -1,5 +1,11 @@
# @hono/zod-validator # @hono/zod-validator
## 0.4.3
### Patch Changes
- [#968](https://github.com/honojs/middleware/pull/968) [`b65d5a58616f861520047dd08babc9cd1d81cbd1`](https://github.com/honojs/middleware/commit/b65d5a58616f861520047dd08babc9cd1d81cbd1) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: fix commonjs import problem
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes

View File

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