diff --git a/CHANGELOG.md b/CHANGELOG.md index 15aba7e..c3e2c54 100644 --- a/CHANGELOG.md +++ b/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. +### [14.0.2](https://github.com/mojaloop/mojaloop-simulator/compare/v14.0.1...v14.0.2) (2023-09-26) + + +### Chore + +* **mojaloop/#3444:** nodejs upgrade ([#168](https://github.com/mojaloop/mojaloop-simulator/issues/168)) ([6efb502](https://github.com/mojaloop/mojaloop-simulator/commit/6efb502878eba53f5ee178e3a4aac2992ea48c85)), closes [mojaloop/#3444](https://github.com/mojaloop/mojaloop-simulator/issues/3444) [mojaloop/#3444](https://github.com/mojaloop/mojaloop-simulator/issues/3444) + ### [14.0.1](https://github.com/mojaloop/mojaloop-simulator/compare/v14.0.0...v14.0.1) (2023-01-10) diff --git a/package-lock.json b/package-lock.json index 98c845f..bed719c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mojaloop-simulator", - "version": "14.0.1", + "version": "14.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mojaloop-simulator", - "version": "14.0.1", + "version": "14.0.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a9827e1..5c40b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mojaloop-simulator", - "version": "14.0.1", + "version": "14.0.2", "description": "A canonical test example implementation of the parties, transfers and quotes resources of the Mojaloop FSP Interoperability API", "license": "Apache-2.0", "main": "src/index.js",