diff --git a/CHANGELOG.md b/CHANGELOG.md index fbeb41d3..1f45ed03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.1.0 +* [[#55](https://github.com/VadimDez/ngx-filter-pipe/pull/55)] - Made pipe impure to detect changes in arrays and objects +* [[#54](https://github.com/VadimDez/ngx-filter-pipe/issues/54)] - Change detection not firing with object + + ## 2.0.0 * [[#51](https://github.com/VadimDez/ngx-filter-pipe/pull/51)] - Restructure * [[#42](https://github.com/VadimDez/ngx-filter-pipe/issues/42)] - AOT support diff --git a/package.json b/package.json index 2e726d9a..056907c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-filter-pipe", - "version": "2.0.0", + "version": "2.1.0", "description": "Angular 5+ pipeline for filtering arrays", "author": "Vadym Yatsyuk ", "license": "MIT",