Skip to content

Commit 2c1932b

Browse files
committed
Release 0.1.2
1 parent 42aa871 commit 2c1932b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.1.2 / 2014-12-28
3+
==================
4+
5+
* fix for when a required field is boolean type
6+
27
0.1.1 / 2014-05-12
38
==================
49

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "modella-validators",
33
"repo": "modella/validators",
44
"description": "Validators for modella",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"keywords": ["validators", "modella"],
77
"dependencies": {
88
"modella/modella": "*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modella-validators",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Validators for Modella",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)