From ea929e08826338807b513f18e432b7e5c9581dbc Mon Sep 17 00:00:00 2001 From: Mohammed S Date: Tue, 19 Dec 2023 13:57:26 +0530 Subject: [PATCH] =?UTF-8?q?ci(restapi):=20=F0=9F=8E=89=20cut=20release=20t?= =?UTF-8?q?o=20restapi-v1.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/restapi/CHANGELOG.md | 16 ++++++++++++++++ packages/restapi/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/restapi/CHANGELOG.md b/packages/restapi/CHANGELOG.md index 5117f689c..92c7a9e06 100644 --- a/packages/restapi/CHANGELOG.md +++ b/packages/restapi/CHANGELOG.md @@ -2,6 +2,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [1.5.0](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.4.45...restapi-1.5.0) (2023-12-19) + + +### Bug Fixes + +* fix viem signer issue ([#931](https://github.com/ethereum-push-notification-service/push-sdk/issues/931)) ([f905f40](https://github.com/ethereum-push-notification-service/push-sdk/commit/f905f404b4a5992321a27c4019454078a82e74ef)) +* merge main ([a3591b6](https://github.com/ethereum-push-notification-service/push-sdk/commit/a3591b6b15f2d82061ffb7c59cbf830031629ffb)) +* remove unnecessary logs ([#927](https://github.com/ethereum-push-notification-service/push-sdk/issues/927)) ([c717303](https://github.com/ethereum-push-notification-service/push-sdk/commit/c717303914f103085cbed635c31af8b71073e2d7)) + + +### Features + +* **video:** add rules module to sendNotification() method & push video ([#881](https://github.com/ethereum-push-notification-service/push-sdk/issues/881)) ([df0917b](https://github.com/ethereum-push-notification-service/push-sdk/commit/df0917bd4967a71f237bfc2b7d2a5fd42923b5f2)) + + + ## [1.4.45](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.4.44...restapi-1.4.45) (2023-12-04) diff --git a/packages/restapi/package.json b/packages/restapi/package.json index f46001a7c..8e020a904 100644 --- a/packages/restapi/package.json +++ b/packages/restapi/package.json @@ -1,6 +1,6 @@ { "name": "@pushprotocol/restapi", - "version": "1.4.45", + "version": "1.5.0", "type": "commonjs", "publishConfig": { "registry": "https://registry.npmjs.org/"