Version Packages (#816)

pull/804/head^2 @hono/class-validator@1.0.0
github-actions[bot] 2024-11-08 12:26:21 +09:00 committed by GitHub
parent a5c20b3428
commit 0ebcc6f276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/class-validator': major
---
First release

View File

@ -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

View File

@ -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",