diff --git a/CHANGELOG.md b/CHANGELOG.md index 239a23da..b2b0dff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.0.0-rc.6](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2018-02-12) + + +### Bug Fixes + +* **checkboxes:** get rid of performance issue with cyclic event firing; fix indetermined state ([55b975e](https://github.com/valor-software/ng2-tree/commit/55b975e)) + + + # [2.0.0-rc.5](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2018-02-11) diff --git a/package.json b/package.json index 09c0a9fc..a7c4f0ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-tree", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "description": "angular2 component for visualizing data that can be naturally represented as a tree", "main": "index.js", "license": "MIT",