From 9340447fe1e1bacfc90f9f729f253b1a8720a9bd Mon Sep 17 00:00:00 2001 From: Mohammed S Date: Fri, 10 Nov 2023 20:05:18 +0530 Subject: [PATCH] =?UTF-8?q?ci(restapi):=20=F0=9F=8E=89=20cut=20beta=20rele?= =?UTF-8?q?ase=20to=20restapi-v0.0.1-alpha.52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/restapi/CHANGELOG.md | 9 +++++++++ packages/restapi/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/restapi/CHANGELOG.md b/packages/restapi/CHANGELOG.md index 34b6d5631..6140e0839 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.52](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.51...restapi-0.0.1-alpha.52) (2023-11-10) + + +### Bug Fixes + +* remove members from group meta ([7e48ede](https://github.com/ethereum-push-notification-service/push-sdk/commit/7e48edee2087ba01bd55fd6066c6f14c52e7b938)) + + + ## [0.0.1-alpha.51](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.50...restapi-0.0.1-alpha.51) (2023-11-10) diff --git a/packages/restapi/package.json b/packages/restapi/package.json index e036d195a..9b85425b2 100644 --- a/packages/restapi/package.json +++ b/packages/restapi/package.json @@ -1,6 +1,6 @@ { "name": "@pushprotocol/restapi", - "version": "0.0.1-alpha.51", + "version": "0.0.1-alpha.52", "type": "commonjs", "publishConfig": { "registry": "https://registry.npmjs.org/"