diff --git a/bower.json b/bower.json index 405c733..6fa22d3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-testing", - "version": "1.0.0-beta.1.0.3", + "version": "1.0.0-beta.2.0.0", "description": "A collection of helpers for testing Aurelia apps and components.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 2a035ae..304d824 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [1.0.0-beta.2.0.0](https://github.com/aurelia/testing/compare/1.0.0-beta.1.0.3...v1.0.0-beta.2.0.0) (2016-07-27) + + +### Bug Fixes + +* **component-tester:** call detached and unbind when disposing of tested component ([#27](https://github.com/aurelia/testing/issues/27)) ([f1585cc](https://github.com/aurelia/testing/commit/f1585cc)) +* **component-tester:** handle enhance promise ([681cff2](https://github.com/aurelia/testing/commit/681cff2)) + + + # [1.0.0-beta.1.0.0](https://github.com/aurelia/testing/compare/0.5.0...v1.0.0-beta.1.0.0) (2016-06-22) diff --git a/package.json b/package.json index 07f1fa2..0e796cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-testing", - "version": "1.0.0-beta.1.0.3", + "version": "1.0.0-beta.2.0.0", "description": "A collection of helpers for testing Aurelia apps and components.", "keywords": [ "aurelia",