diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b77743e..aee1053e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter) +### [21.3.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.3.0...v21.3.1) (2022-11-09) + + +### Bug Fixes + +* fix missing party error ([#418](https://github.com/mojaloop/sdk-scheme-adapter/issues/418)) ([54d858c](https://github.com/mojaloop/sdk-scheme-adapter/commit/54d858c39ec40109e88816a8465fd24010ebd469)) + ## [21.3.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.2.0...v21.3.0) (2022-11-09) diff --git a/modules/api-svc/package.json b/modules/api-svc/package.json index a0d65f38a..cffa2050d 100644 --- a/modules/api-svc/package.json +++ b/modules/api-svc/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-api-svc", - "version": "20.3.0", + "version": "20.3.1", "description": "An adapter for connecting to Mojaloop API enabled switches.", "main": "src/index.js", "types": "src/index.d.ts", diff --git a/modules/outbound-command-event-handler/package.json b/modules/outbound-command-event-handler/package.json index f169c1507..dfdc21414 100644 --- a/modules/outbound-command-event-handler/package.json +++ b/modules/outbound-command-event-handler/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler", - "version": "0.2.5", + "version": "0.2.6", "description": "mojaloop sdk scheme adapter command event handler", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/", diff --git a/modules/outbound-domain-event-handler/package.json b/modules/outbound-domain-event-handler/package.json index f962d538d..3db7a5585 100644 --- a/modules/outbound-domain-event-handler/package.json +++ b/modules/outbound-domain-event-handler/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler", - "version": "0.2.5", + "version": "0.2.6", "description": "mojaloop sdk scheme adapter outbound domain event handler", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/", diff --git a/modules/private-shared-lib/package.json b/modules/private-shared-lib/package.json index 87d9cddbe..ffae333dc 100644 --- a/modules/private-shared-lib/package.json +++ b/modules/private-shared-lib/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib", - "version": "0.3.5", + "version": "0.3.6", "description": "SDK Scheme Adapter private shared library.", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/accounts-and-balances-bc/tree/main/modules/private-types", diff --git a/package.json b/package.json index 1e202883d..8eed928fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/sdk-scheme-adapter", - "version": "21.3.0", + "version": "21.3.1", "description": "mojaloop sdk-scheme-adapter", "license": "Apache-2.0", "homepage": "https://github.com/mojaloop/sdk-scheme-adapter",