diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c94ed86b..03e0cf3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# 1.0.4 (2017-04-13) + +### Bug fixes + +* **build:** added mising rxjs imports ([24c3098](https://github.com/akveo/ng2-smart-table/commit/24c309807e758ce62011d8bf5b16b3e3793d8b22)), closes ([#304](https://github.com/akveo/ng2-smart-table/issues/304)) + # 1.0.3 (2017-04-05) diff --git a/src/ng2-smart-table/package.json b/src/ng2-smart-table/package.json index b1e986c08..339f6d549 100644 --- a/src/ng2-smart-table/package.json +++ b/src/ng2-smart-table/package.json @@ -1,6 +1,6 @@ { "name": "ng2-smart-table", - "version": "1.0.3", + "version": "1.0.4", "description": "Angular Smart Table", "main": "./bundles/table.umd.js", "module": "./index.js",