diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 0259853..06eba37 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.2.2 + +Released on June 15, 2016. + +- Composition failed if backing view-model returns an instance instead of returning or exporting the constructor function. Fixes [#4](https://github.com/code-chris/aurelia-knockout/issues/4) +- Documentation fixes + + ## Version 0.2.1 Released on June 14, 2016. diff --git a/package.json b/package.json index ce544b8..f63f87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-knockout", - "version": "0.2.2-beta.1", + "version": "0.2.2", "main": "dist/commonjs/aurelia-knockout.js", "author": "Christian Kotzbauer ", "license": "MIT",