diff --git a/CHANGELOG.md b/CHANGELOG.md index d65ecac3..6eb4bb6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ + +# 0.9.0 (2017-01-30) + +### Features + +* Angular 2.4.4 +* Dependencies updated +* [AOT](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html) :tada: +* DLL bundles + +### Bug Fixes + +### How to use AOT + +* run `npm run build:aot` +* run `npm run server:prod` + +### How to update + +* Pull sources from git, merge accordingly +* remove `node_modules` +* run `npm install` +* Enjoy! + + # 0.8.0 (2016-11-25) diff --git a/package.json b/package.json index 9cf4bd83..a23daf89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-admin", - "version": "0.8.0", + "version": "0.9.0", "description": "Angular 2 and Bootstrap 4 Admin Template.", "author": "akveo", "homepage": "http://akveo.github.io/ng2-admin/",