diff --git a/bower.json b/bower.json index 09a0682..6bc4bc8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "0.3.1", + "version": "0.3.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 f79e966..e9b75e9 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.3.2 (2014-12-18) + + +#### Bug Fixes + +* **package:** update templating to latest version ([28bfb5c8](http://github.com/aurelia/templating-binding/commit/28bfb5c8889e72d883cc423ea8a04a88a0fb2582)) + + ### 0.3.1 (2014-12-18) diff --git a/package.json b/package.json index 15a2712..f1e1028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "0.3.1", + "version": "0.3.2", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia",