From 53ea3a9c3229400a9bfcc64665298d543e0c27d2 Mon Sep 17 00:00:00 2001
From: Dmitry Nehaychik <4dmitr@gmail.com>
Date: Tue, 19 Feb 2019 16:15:31 +0300
Subject: [PATCH] release: 1.4.0
---
CHANGELOG.md | 16 ++++++++++++++++
package-lock.json | 2 +-
package.json | 2 +-
src/ng2-smart-table/package.json | 2 +-
4 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0669a00c..fc915a7ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+# [1.4.0](https://github.com/akveo/ng2-smart-table/compare/v1.3.5...v1.4.0) (2019-02-19)
+
+
+### Bug Fixes
+
+* deprecation warning with angular 7 ([#961](https://github.com/akveo/ng2-smart-table/issues/961)) ([c1558b1](https://github.com/akveo/ng2-smart-table/commit/c1558b1))
+* **filter:** search on first input ([#883](https://github.com/akveo/ng2-smart-table/issues/883)) ([8d7283d](https://github.com/akveo/ng2-smart-table/commit/8d7283d))
+
+
+### Features
+
+* **filter:** add support for custom filters ([#825](https://github.com/akveo/ng2-smart-table/issues/825)) ([b4713d9](https://github.com/akveo/ng2-smart-table/commit/b4713d9)), closes [#632](https://github.com/akveo/ng2-smart-table/issues/632) [#569](https://github.com/akveo/ng2-smart-table/issues/569) [#447](https://github.com/akveo/ng2-smart-table/issues/447)
+
+
+
## [1.3.5](https://github.com/akveo/ng2-smart-table/compare/v1.3.4...v1.3.5) (2018-07-12)
diff --git a/package-lock.json b/package-lock.json
index a601cb329..70d10aa04 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table-demo",
- "version": "1.3.2",
+ "version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c9cbcc856..21c060cf2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table-demo",
- "version": "1.3.5",
+ "version": "1.4.0",
"description": "Angular Smart Table",
"author": "Akveo ",
"homepage": "http://akveo.github.io/ng2-smart-table/",
diff --git a/src/ng2-smart-table/package.json b/src/ng2-smart-table/package.json
index d39ab5bbc..19ff1dbc0 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.3.5",
+ "version": "1.4.0",
"description": "Angular Smart Table",
"main": "./bundles/table.umd.js",
"module": "./index.js",