parent
a5c20b3428
commit
0ebcc6f276
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/class-validator': major
|
||||
---
|
||||
|
||||
First release
|
|
@ -0,0 +1,7 @@
|
|||
# @hono/class-validator
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#788](https://github.com/honojs/middleware/pull/788) [`a5c20b34285991c75871f67398e56e2b112c4dc9`](https://github.com/honojs/middleware/commit/a5c20b34285991c75871f67398e56e2b112c4dc9) Thanks [@pr0m3th3usEx](https://github.com/pr0m3th3usEx)! - First release
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@hono/class-validator",
|
||||
"packageManager": "yarn@4.0.2",
|
||||
"description": "Validator middleware using class-validator",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue