From 8a6e09f9b8b94b0b1a7ecfa2fe30133a14ada31c Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Thu, 8 Feb 2024 21:11:21 +0000 Subject: [PATCH] ci(release): 0.0.1 [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e559e..9b41a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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. +### 0.0.1 (2024-02-08) + + +### Features + +* added a function and a route to handle get parties. added unit tests to test the functionality ([97f4c19](https://github.com/mojaloop/payment-token-adapter/commit/97f4c19113ef184c1c4231c3ad6815433b9b6e2a)) +* added a function and a route to handle get parties. added unit tests to test the functionality ([1fa79d8](https://github.com/mojaloop/payment-token-adapter/commit/1fa79d8f93b63a7df8508a93d7354ca0279d8dda)) +* added docker-compose.yml file to facilitate functional tests with ttk ([39e3701](https://github.com/mojaloop/payment-token-adapter/commit/39e37014fc83af094233d9695188d1c4417b0573)) + + +### Bug Fixes + +* added a ttk ui service in the docker-compose.yml ([7006836](https://github.com/mojaloop/payment-token-adapter/commit/700683648c654a62e84c52733507209f29d37799)) +* added test dir to included folders in tsconfig ([c95dcf1](https://github.com/mojaloop/payment-token-adapter/commit/c95dcf18e5ed8fe8fd139558f29392b448ee5699)) +* added test dir to included folders in tsconfig ([21c7206](https://github.com/mojaloop/payment-token-adapter/commit/21c72061262ed372b6435fc165f99cd462c92f3e)) +* set version in package.json to 0.0.0 ([263881d](https://github.com/mojaloop/payment-token-adapter/commit/263881d26fcfef3dcd571495da45dc5c16bde308)) +* set version in package.json to 0.0.0 ([b6a3144](https://github.com/mojaloop/payment-token-adapter/commit/b6a3144354f9f9cff94d37240e2989f12bea5141)) +* set version in package.json to 0.0.1 ([e05b906](https://github.com/mojaloop/payment-token-adapter/commit/e05b906a739efd3b468f6db3f18eb0c6d0f8e2a5)) + ### 0.0.2 (2024-02-08) diff --git a/package-lock.json b/package-lock.json index 5c69696..c727450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/payment-token-adapter", - "version": "0.0.2", + "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mojaloop/payment-token-adapter", - "version": "0.0.2", + "version": "0.0.1", "license": "Apache-2.0", "dependencies": { "@hapi/hapi": "^21.3.3", diff --git a/package.json b/package.json index 26fb863..4456a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/payment-token-adapter", - "version": "0.0.0", + "version": "0.0.1", "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", "main": "dist/index.js", "scripts": {