From 2f09fdea86d1b367d02af22267812d0432b0358b Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Tue, 12 Oct 2021 13:40:50 +0000 Subject: [PATCH] chore(release): 11.6.1 [skip ci] --- src/CHANGELOG.md | 7 +++++++ src/package-lock.json | 2 +- src/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 417d6a16..446dc404 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [11.6.1](https://github.com/mojaloop/mojaloop-simulator/compare/v11.6.0...v11.6.1) (2021-10-12) + + +### Bug Fixes + +* **api:** fix issues with thirdparty api after merge issues ([#119](https://github.com/mojaloop/mojaloop-simulator/issues/119)) ([e6f9ba0](https://github.com/mojaloop/mojaloop-simulator/commit/e6f9ba07aa5378148c6bfd5d83099216b852fc44)) + ## [11.6.0](https://github.com/mojaloop/mojaloop-simulator/compare/v11.5.1...v11.6.0) (2021-10-11) diff --git a/src/package-lock.json b/src/package-lock.json index 938dc451..fee70199 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,6 +1,6 @@ { "name": "mojaloop-simulator", - "version": "11.6.0", + "version": "11.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/package.json b/src/package.json index 3e35273b..605daf87 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "mojaloop-simulator", - "version": "11.6.0", + "version": "11.6.1", "description": "A canonical test example implementation of the parties, transfers and quotes resources of the Mojaloop API", "license": "Apache-2.0", "main": "index.js",