diff --git a/CHANGELOG.md b/CHANGELOG.md index cd71ce6c1..f7ed2754d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ + +## 1.6.4-5 (2022-03-23) + +#### :bug: Bug Fix +* [#287](https://github.com/lblod/frontend-organization-portal/pull/287) change the filter search for name field ([@nbittich](https://github.com/nbittich)) + +#### Committers: 1 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) + ## 1.6.4-4 (2022-03-21) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index a93e6a85b..ec8dbc23e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-organization-portal", - "version": "1.6.4-3", + "version": "1.6.4-5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "frontend-organization-portal", - "version": "1.6.4-3", + "version": "1.6.4-5", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^0.10.0", diff --git a/package.json b/package.json index 3875d5032..85db19dec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-organization-portal", - "version": "1.6.4-4", + "version": "1.6.4-5", "private": true, "description": "Frontend for Contact Hub", "repository": {