diff --git a/CHANGELOG.md b/CHANGELOG.md index e5147001..c7fe9013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +# 0.6.0 (2016-09-19) + +### Note +Tree package does not support RC6 currently so it was hidden from the menu. + +### Features + +* Angular rc.6 +* 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.5.0 (2016-08-30) diff --git a/_VERSION b/_VERSION index 2f42bb44..0bc3fd55 100644 --- a/_VERSION +++ b/_VERSION @@ -1 +1 @@ -_VERSION=0.5.0 +_VERSION=0.6.0 diff --git a/package.json b/package.json index 11172c04..256e321c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-admin", - "version": "0.5.0", + "version": "0.6.0", "description": "Angular 2 and Bootstrap 4 Admin Template.", "author": "akveo", "homepage": "http://akveo.github.io/ng2-admin/",