Skip to content

Commit fbf20df

Browse files
azhukaudevAlexander Zhukov
authored and
Alexander Zhukov
committed
0.9.0
1 parent 35ff872 commit fbf20df

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="0.9.0"></a>
2+
# 0.9.0 (2017-01-30)
3+
4+
### Features
5+
6+
* Angular 2.4.4
7+
* Dependencies updated
8+
* [AOT](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html) :tada:
9+
* DLL bundles
10+
11+
### Bug Fixes
12+
13+
### How to use AOT
14+
15+
* run `npm run build:aot`
16+
* run `npm run server:prod`
17+
18+
### How to update
19+
20+
* Pull sources from git, merge accordingly
21+
* remove `node_modules`
22+
* run `npm install`
23+
* Enjoy!
24+
25+
126
<a name="0.8.0"></a>
227
# 0.8.0 (2016-11-25)
328

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-admin",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Angular 2 and Bootstrap 4 Admin Template.",
55
"author": "akveo",
66
"homepage": "http://akveo.github.io/ng2-admin/",

0 commit comments

Comments
 (0)