diff --git a/CHANGELOG.md b/CHANGELOG.md index c39137d..5966ab3 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.1.1](https://github.com/mojaloop/transaction-requests-service/compare/v14.1.0...v14.1.1) (2023-09-14) + + +### Chore + +* **mojaloop/#3439:** nodejs upgrade ([#97](https://github.com/mojaloop/transaction-requests-service/issues/97)) ([a51ea79](https://github.com/mojaloop/transaction-requests-service/commit/a51ea79b8e7cd102190a0ee5fc49eb05b810a194)), closes [mojaloop/#3439](https://github.com/mojaloop/project/issues/3439) + ## [14.1.0](https://github.com/mojaloop/transaction-requests-service/compare/v14.0.1...v14.1.0) (2022-11-28) diff --git a/package-lock.json b/package-lock.json index 80b5aae..cf6f444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "transaction-requests-service", - "version": "14.1.1-snapshot.0", + "version": "14.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "transaction-requests-service", - "version": "14.1.1-snapshot.0", + "version": "14.1.1", "license": "Apache-2.0", "dependencies": { "@hapi/boom": "10.0.1", diff --git a/package.json b/package.json index cb692de..f09eca9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "transaction-requests-service", "description": "An asynchronous pass through transaction request API for merchant payment initiated requests.", - "version": "14.1.1-snapshot.0", + "version": "14.1.1", "license": "Apache-2.0", "author": "ModusBox", "contributors": [