Skip to content

Commit

Permalink
update changelog and bump to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elboman committed Sep 8, 2016
1 parent 86816c6 commit fdecb20
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.4](https://github.com/elboman/proofed/releases/tag/0.1.4) (2016-09-08)
### Fix
- **isPristine()**: Dirty checking is skipped when setting the default values for each node [(86816c6)](https://github.com/elboman/proofed/commit/86816c6c25a8a73413ee138e4049162bd7b5541f)

# [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)
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.3",
"version": "0.1.4",
"description": "A flexible library for user interaction validation",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit fdecb20

Please sign in to comment.