Skip to content

Commit 0ebcc6f

Browse files
Version Packages (#816)
1 parent a5c20b3 commit 0ebcc6f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/spotty-donuts-yawn.md

-5
This file was deleted.

packages/class-validator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @hono/class-validator
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#788](https://github.com/honojs/middleware/pull/788) [`a5c20b34285991c75871f67398e56e2b112c4dc9`](https://github.com/honojs/middleware/commit/a5c20b34285991c75871f67398e56e2b112c4dc9) Thanks [@pr0m3th3usEx](https://github.com/pr0m3th3usEx)! - First release

packages/class-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@hono/class-validator",
33
"packageManager": "[email protected]",
44
"description": "Validator middleware using class-validator",
5-
"version": "0.1.0",
5+
"version": "1.0.0",
66
"type": "module",
77
"main": "dist/index.js",
88
"module": "dist/index.js",

0 commit comments

Comments
 (0)