diff --git a/CHANGELOG.md b/CHANGELOG.md index b28b8e93..2f57e93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# [2.0.0-rc.11](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.10...v2.0.0-rc.11) (2018-04-03) + +### Bug Fixes + +* **tree-controller:** handle change dection in expandToParent properly ([#248](https://github.com/valor-software/ng2-tree/issues/248)) ([d6414d5](https://github.com/valor-software/ng2-tree/commit/d6414d5)) + # [2.0.0-rc.10](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2018-04-02) diff --git a/package.json b/package.json index 68824a77..97ed88c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-tree", - "version": "2.0.0-rc.10", + "version": "2.0.0-rc.11", "description": "angular2 component for visualizing data that can be naturally represented as a tree", "main": "index.js", "license": "MIT",