From f18fc6fcb835a6b8dbae7576848b4b625b75a772 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Mon, 19 Sep 2016 18:55:53 +0300 Subject: [PATCH] chore(version): bump version to 0.7 (angular 2.0) :tada: --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7fe9013..85dbd845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +# 0.7.0 (2016-09-19) + +### Note +Tree package does not support angular 2.0 currently so it was hidden from the menu. + +### Features + +* Angular 2.0 +* Dependencies updated + +### Bug Fixes + + +### How to update + +* Pull sources from git, merge accordingly +* remove `node_modules` +* run `npm install` +* Remove all directives & pipes from components and move them to the ngModule declarations +* Enjoy! + + # 0.6.0 (2016-09-19)