From 603ecb9a18d6a8c93035ac7a86e34a31d96b8915 Mon Sep 17 00:00:00 2001 From: Marco Botto Date: Wed, 7 Sep 2016 11:10:28 +0200 Subject: [PATCH] bump version to 0.1.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f775e..63f4775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [0.1.3](https://github.com/elboman/proofed/releases/tag/0.1.3) (2016-09-07) +### Fix +- **Default Value**: Default value can be anything (it may coerce to false) [(44e5576)](https://github.com/elboman/proofed/commit/44e5576dc2e36afd81c2cb6daf4ca738b898b4c0) + # [0.1.2](https://github.com/elboman/proofed/releases/tag/0.1.2) (2016-08-24) ### Added - **Valid**: add `isValid` API in order to check if specified node/whole model is valid in render function [(c865961)](https://github.com/elboman/proofed/commit/c8659611db10159c612fe826e9ec7d9a2dd6220d). diff --git a/package.json b/package.json index 0ea058e..b84c462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proofed", - "version": "0.1.2", + "version": "0.1.3", "description": "A flexible library for user interaction validation", "main": "dist/index.js", "typings": "dist/index.d.ts",