diff --git a/packages/restapi/CHANGELOG.md b/packages/restapi/CHANGELOG.md index 256a55ffa..6cc726ad4 100644 --- a/packages/restapi/CHANGELOG.md +++ b/packages/restapi/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.0.1-alpha.54](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.53...restapi-0.0.1-alpha.54) (2023-11-13) + + +### Bug Fixes + +* group members and modify role high level functions function ([c274bae](https://github.com/ethereum-push-notification-service/push-sdk/commit/c274bae5d5e6050a0d8faaec61aa13e067862011)) + + + ## [0.0.1-alpha.53](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.52...restapi-0.0.1-alpha.53) (2023-11-12) diff --git a/packages/restapi/package.json b/packages/restapi/package.json index 18293f6b1..5fdfc3ee0 100644 --- a/packages/restapi/package.json +++ b/packages/restapi/package.json @@ -1,6 +1,6 @@ { "name": "@pushprotocol/restapi", - "version": "0.0.1-alpha.53", + "version": "0.0.1-alpha.54", "type": "commonjs", "publishConfig": { "registry": "https://registry.npmjs.org/"