Skip to content

Commit c96c9de

Browse files
Version Packages (#945)
1 parent 63508a5 commit c96c9de

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/purple-weeks-cross.md

-5
This file was deleted.

packages/typebox-validator/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#942](https://github.com/honojs/middleware/pull/942) [`63508a56bba1d39e7dd6d95c15f85622ed832133`](https://github.com/honojs/middleware/commit/63508a56bba1d39e7dd6d95c15f85622ed832133) Thanks [@cfraz89](https://github.com/cfraz89)! - Fix transiently importing typebox as cjs even when typebox-validator imported as esm
8+
39
## 0.3.0
410

511
### Minor Changes

packages/typebox-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/typebox-validator",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Validator middleware using TypeBox",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)