Skip to content

Commit

Permalink
chore(version): bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Sep 19, 2016
1 parent 3ff5c51 commit 1ba236a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion _VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_VERSION=0.5.0
_VERSION=0.6.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 1ba236a

Please sign in to comment.