diff --git a/bower.json b/bower.json index 11a4d2e..2655f64 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "0.8.1", + "version": "0.8.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 476ae56..f94c57c 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.8.2 (2015-01-24) + + +#### Bug Fixes + +* **package:** update deps and fix bower semver ranges ([a9bffa70](http://github.com/aurelia/templating-binding/commit/a9bffa70605ff2e9881669cae574e7b005363e00)) + + ### 0.8.1 (2015-01-23) diff --git a/package.json b/package.json index bb07870..806f49e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "0.8.1", + "version": "0.8.2", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia",