From 92342232f6f8fad3b54854012cdbcc9b4cda8262 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 29 Jul 2015 21:01:21 -0400 Subject: [PATCH] chore(all): prepare release 0.13.2 --- bower.json | 2 +- doc/CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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",