Skip to content

Commit e1cdcb3

Browse files
author
Conventional Changelog Action
committed
chore(release): 1.0.0
1 parent 0c4e36a commit e1cdcb3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.0.0](https://github.com/ziccardi/json-data-validator/compare/0.6.3...1.0.0) (2020-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **builder:** added ability to specify a custom error message ([52a34bb](https://github.com/ziccardi/json-data-validator/commit/52a34bb05b30d203180f52c168730c1c38b1666c))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **builder:** Now the isIn rule builder requires the build method to
12+
be called
13+
14+
15+
116
## [0.6.3](https://github.com/ziccardi/json-data-validator/compare/0.6.2...0.6.3) (2020-07-15)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-data-validator",
3-
"version": "0.6.3",
3+
"version": "1.0.0",
44
"description": "Simple framework for dynamic json input validation",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)