From 128a9384983ca5c069dccf5f704cf7220aa3f123 Mon Sep 17 00:00:00 2001 From: Georgiy Rychko Date: Tue, 20 Feb 2018 21:51:55 +0200 Subject: [PATCH] v2.0.0-rc.8 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1eb8ba8..73ff5578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# [2.0.0-rc.8](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2018-02-20) + +### Features + +* **tree:** unselect tree via controller ([6c43391](https://github.com/valor-software/ng2-tree/commit/6c43391)) + # [2.0.0-rc.7](https://github.com/valor-software/ng2-tree/compare/v2.0.0-rc.5...v2.0.0-rc.7) (2018-02-18) diff --git a/package.json b/package.json index 6a7a7a1e..cee74e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-tree", - "version": "2.0.0-rc.7", + "version": "2.0.0-rc.8", "description": "angular2 component for visualizing data that can be naturally represented as a tree", "main": "index.js", "license": "MIT",