We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43bbac commit 7a385e6Copy full SHA for 7a385e6
2 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
2
-# [0.10.0-rc.1](https://github.com/typestack/class-validator/compare/v0.9.1...v0.10.0-rc.1) (2019-07-26)
+# [0.10.0](https://github.com/typestack/class-validator/compare/v0.9.1...v0.10.0) (2019-08-10)
3
4
### Bug Fixes
5
package.json
@@ -1,7 +1,7 @@
{
"name": "class-validator",
"private": true,
- "version": "0.10.0-rc.1",
+ "version": "0.10.0",
"description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser",
6
"license": "MIT",
7
"readmeFilename": "README.md",
0 commit comments