diff --git a/bower.json b/bower.json index f7fbdb0..0b9f2ec 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "0.16.0", + "version": "0.16.1", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 7781217..e7268f0 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,12 @@ +### 0.16.1 (2015-10-15) + + +#### Bug Fixes + +* **if:** connect missing binding context during re-bind ([bd075dfd](http://github.com/aurelia/templating-resources/commit/bd075dfdae905c854b5342f55059b9a6e3a63f2e), closes [#117](http://github.com/aurelia/templating-resources/issues/117)) +* **repeat:** create full bindingContext before inserting view ([ba580622](http://github.com/aurelia/templating-resources/commit/ba580622fd7e7825b2d452886e0b74abdce9cbcc), closes [#109](http://github.com/aurelia/templating-resources/issues/109)) + + ## 0.16.0 (2015-10-13) diff --git a/package.json b/package.json index bc57d59..f6db3ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "0.16.0", + "version": "0.16.1", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia",