Skip to content

Commit a2fdda7

Browse files
Version Packages (#969)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b65d5a5 commit a2fdda7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/rude-pumpkins-compete.md

-5
This file was deleted.

packages/zod-validator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/zod-validator
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.4.2
410

511
### Patch Changes

packages/zod-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/zod-validator",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Validator middleware using Zod",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)