chore(version): bump version to 0.6.0

This commit is contained in:
nixa 2016-09-19 14:33:34 +03:00
parent 3ff5c51f1a
commit 1ba236a067
3 changed files with 25 additions and 2 deletions

View file

@ -1,3 +1,26 @@
<a name="0.6.0"></a>
# 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!
<a name="0.5.0"></a>
# 0.5.0 (2016-08-30)

View file

@ -1 +1 @@
_VERSION=0.5.0
_VERSION=0.6.0

View file

@ -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/",