diff --git a/bower.json b/bower.json index a8bfbad8..ff5e15d4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-validation", - "version": "0.2.2", + "version": "0.2.3", "description": "A validation plugin for Aurelia.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 30e884df..997d23a9 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,18 @@ +### 0.2.3 (2015-04-26) + + +#### Bug Fixes + + +#### Features + +* **breeze:** + * documentation ([6751be32](https://github.com/aurelia/validation/commit/6751be32000280ece9e5e00c20b097fc2c3decac)) + * further development ([772f332b](https://github.com/aurelia/validation/commit/772f332b852407e1163c6a461571e75506d48a98)) + * initial binding to breeze entities ([acb3e26a](https://github.com/aurelia/validation/commit/acb3e26af1cff4e9e09a3e875c5db3bab3a24a56)) +* **clear:** validation.result.clear() resets validation result ([5c5deafb](https://github.com/aurelia/validation/commit/5c5deafb2f37eb1f9333fdd3321bd2391e21d14d), closes [#44](https://github.com/aurelia/validation/issues/44)) + + ### 0.2.2 (2015-04-16) diff --git a/package.json b/package.json index f7ccf99a..b10c4ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-validation", - "version": "0.2.2", + "version": "0.2.3", "description": "A validation plugin for Aurelia.", "keywords": [ "aurelia",