diff --git a/CHANGELOG.md b/CHANGELOG.md index 5953209..cc01bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -#Changelog +# Changelog + +## 0.5.1 (2016-10-25) + +Changes: + + - changed the old "typings" system to the new "@types" system + - added support for AOT compilation + +Bugfixes: + + - sorting by child properties (#41) ## 0.5.0 (2016-10-09) diff --git a/package.json b/package.json index a6fb2c2..3c74044 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-datatable", - "version": "0.5.0", + "version": "0.5.1", "description": "DataTable component for Angular2 framework", "main": "index.js", "scripts": {