mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
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:
parent
20b1beafd7
commit
0838696218
3 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -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>
|
||||
# 0.7.0 (2016-09-19)
|
||||
|
||||
|
|
|
|||
2
_VERSION
2
_VERSION
|
|
@ -1 +1 @@
|
|||
_VERSION=0.7.0
|
||||
_VERSION=0.8.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ng2-admin",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||
"author": "akveo",
|
||||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue