diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6fa30c..33e9e3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ + +## v1.28.2 (2025-01-21) + +#### :bug: Bug Fix +* [#663](https://github.com/lblod/frontend-organization-portal/pull/663) [OP-3536] Fix some pagination issues ([@Windvis](https://github.com/Windvis)) + +#### Committers: 1 +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + ## v1.28.1 (2025-01-21) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index aeac4d37..de66b721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-organization-portal", - "version": "1.28.1", + "version": "1.28.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-organization-portal", - "version": "1.28.1", + "version": "1.28.2", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^2.18.0", diff --git a/package.json b/package.json index cd862e5e..4992c325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-organization-portal", - "version": "1.28.1", + "version": "1.28.2", "private": true, "description": "Frontend for Contact Hub", "repository": {