Skip to content

Commit

Permalink
Release version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszfoltak committed Oct 25, 2016
1 parent 06e9c1b commit 7af8641
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7af8641

Please sign in to comment.