Skip to content

Commit

Permalink
chore(release): 21.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci committed Nov 7, 2022
1 parent d43c618 commit da1de3e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
### [21.1.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.1.0...v21.1.1) (2022-11-07)


### Bug Fixes

* update party callback handling ([#416](https://github.com/mojaloop/sdk-scheme-adapter/issues/416)) ([e51aa79](https://github.com/mojaloop/sdk-scheme-adapter/commit/e51aa7946e295d0f37dca43f326665c392f48532))


### Chore

* dep update ([d43c618](https://github.com/mojaloop/sdk-scheme-adapter/commit/d43c61827aab23eb3930e6f47590ab24376473ed))

## [21.1.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v21.0.1...v21.1.0) (2022-11-04)


Expand Down
2 changes: 1 addition & 1 deletion modules/api-svc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-api-svc",
"version": "20.1.0",
"version": "20.1.1",
"description": "An adapter for connecting to Mojaloop API enabled switches.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
"version": "0.2.2",
"version": "0.2.3",
"description": "mojaloop sdk scheme adapter command event handler",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
Expand Down
2 changes: 1 addition & 1 deletion modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler",
"version": "0.2.2",
"version": "0.2.3",
"description": "mojaloop sdk scheme adapter outbound domain event handler",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
Expand Down
2 changes: 1 addition & 1 deletion modules/private-shared-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
"version": "0.3.2",
"version": "0.3.3",
"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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter",
"version": "21.1.0",
"version": "21.1.1",
"description": "mojaloop sdk-scheme-adapter",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
Expand Down

0 comments on commit da1de3e

Please sign in to comment.