Skip to content

Commit

Permalink
chore(all): prepare release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 15, 2015
1 parent 991c60a commit 266d7ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit 266d7ec

Please sign in to comment.