Version Packages (#434)

pull/437/head @hono/zod-validator@0.2.1
github-actions[bot] 2024-03-26 09:26:33 +09:00 committed by GitHub
parent c721d14d4b
commit 9e9c326c73
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 export esm module

View File

@ -1,5 +1,11 @@
# @hono/zod-validator # @hono/zod-validator
## 0.2.1
### Patch Changes
- [#431](https://github.com/honojs/middleware/pull/431) [`c721d14d4b90b9702936ad64f54d15bfd7ecfc88`](https://github.com/honojs/middleware/commit/c721d14d4b90b9702936ad64f54d15bfd7ecfc88) Thanks [@MAKS11060](https://github.com/MAKS11060)! - fix export esm module
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/zod-validator", "name": "@hono/zod-validator",
"version": "0.2.0", "version": "0.2.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",