Skip to content

Commit

Permalink
ci(release): 0.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci committed Feb 8, 2024
1 parent 263881d commit 8a6e09f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8a6e09f

Please sign in to comment.