Skip to content

Commit 5cc9b4d

Browse files
author
Christoph Linder
committed
API breaking changes require major version bump => version 1.0.0-rc
1 parent 35779e6 commit 5cc9b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "class-validator",
33
"private": true,
4-
"version": "0.9.1-rc1",
4+
"version": "1.0.0-rc",
55
"description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser",
66
"license": "MIT",
77
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)