diff --git a/bower.json b/bower.json index 4442f09..1dd7af6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "0.13.1", + "version": "0.13.2", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 088393d..c7b9f67 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.13.2 (2015-07-29) + +* Add readonly as default bindable property + ### 0.13.1 (2015-07-13) diff --git a/package.json b/package.json index 04d498a..f0736c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "0.13.1", + "version": "0.13.2", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia",