Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elboman committed Sep 7, 2016
1 parent bc4010f commit 603ecb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 603ecb9

Please sign in to comment.