diff --git a/packages/restapi/CHANGELOG.md b/packages/restapi/CHANGELOG.md index 42004b977..0a4a81a81 100644 --- a/packages/restapi/CHANGELOG.md +++ b/packages/restapi/CHANGELOG.md @@ -2,6 +2,16 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.6.4](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.6.3...restapi-1.6.4) (2024-01-29) + + +### Bug Fixes + +* fixed message parsing ([#1051](https://github.com/ethereum-push-notification-service/push-sdk/issues/1051)) ([0aa0acd](https://github.com/ethereum-push-notification-service/push-sdk/commit/0aa0acdcd4d7c132a033e6fcc97cd473f3e99c3f)) +* Merge branch 'main' into deployment ([889cf29](https://github.com/ethereum-push-notification-service/push-sdk/commit/889cf298377d86484fbade115a4afe199e59e39a)) + + + ## [1.6.3](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.6.2...restapi-1.6.3) (2024-01-18) diff --git a/packages/restapi/package.json b/packages/restapi/package.json index 2986ecb6b..06ae827c7 100644 --- a/packages/restapi/package.json +++ b/packages/restapi/package.json @@ -1,6 +1,6 @@ { "name": "@pushprotocol/restapi", - "version": "1.6.3", + "version": "1.6.4", "type": "commonjs", "publishConfig": { "registry": "https://registry.npmjs.org/"