chore(version): bump version to 0.8 (angular 2.2.3) (#476)

* chore(version): bump version to 0.8 (angular 2.2.3)

* chore(version): fixed steps for update
This commit is contained in:
ESadouski 2016-11-28 19:38:37 +03:00 committed by Dmitry Nehaychik
parent 20b1beafd7
commit 0838696218
3 changed files with 21 additions and 2 deletions

View file

@ -1,3 +1,22 @@
<a name="0.8.0"></a>
# 0.8.0 (2016-11-25)
### Features
* Angular 2.2.3
* Dependencies updated
### Bug Fixes
### How to update
* Pull sources from git, merge accordingly
* remove `node_modules`
* run `npm install`
* Enjoy!
<a name="0.7.0"></a> <a name="0.7.0"></a>
# 0.7.0 (2016-09-19) # 0.7.0 (2016-09-19)

View file

@ -1 +1 @@
_VERSION=0.7.0 _VERSION=0.8.0

View file

@ -1,6 +1,6 @@
{ {
"name": "ng2-admin", "name": "ng2-admin",
"version": "0.7.0", "version": "0.8.0",
"description": "Angular 2 and Bootstrap 4 Admin Template.", "description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo", "author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/", "homepage": "http://akveo.github.io/ng2-admin/",