Skip to content

Commit 3462e97

Browse files
author
mojaloopci
committed
ci(release): 1.4.0 [skip ci]
1 parent 95823bf commit 3462e97

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [1.4.0](https://github.com/mojaloop/payment-token-adapter/compare/v1.3.0...v1.4.0) (2024-03-21)
6+
7+
8+
### Features
9+
10+
* added logging plugin; removed ts-ignores ([6b1e983](https://github.com/mojaloop/payment-token-adapter/commit/6b1e983fc78a614dab87ff007283833da3c7dee4))
11+
* added logging plugin; removed ts-ignores ([7d0bdfb](https://github.com/mojaloop/payment-token-adapter/commit/7d0bdfb6b00964f7d7afd2da3ee010f363b40884))
12+
* added logging plugin; removed ts-ignores ([0db29ee](https://github.com/mojaloop/payment-token-adapter/commit/0db29ee8799b799c1a4812f757c72ec3a94e1927))
13+
* added logging plugin; removed ts-ignores ([694edc4](https://github.com/mojaloop/payment-token-adapter/commit/694edc434afd8b9c0fa99fe5ab6a79901a417864))
14+
515
## [1.3.0](https://github.com/mojaloop/payment-token-adapter/compare/v1.1.2...v1.3.0) (2024-03-20)
616

717

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mojaloop/payment-token-adapter",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "An adapter that facilitates payment token mapping between a Mojaloop Connector (SDK Scheme Adapter) and a Core Banking system Connector to support G2P payments",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)