From f7c04f1c6546b3f621835d1cbc62dc480f9ebc67 Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Fri, 8 Mar 2024 05:38:09 +0000 Subject: [PATCH] ci(release): 1.1.0 [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f344d62..677ed06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [1.1.0](https://github.com/mojaloop/payment-token-adapter/compare/v0.0.2...v1.1.0) (2024-03-08) + + +### Features + +* implemented /quoterequests function ([112cee4](https://github.com/mojaloop/payment-token-adapter/commit/112cee4eeb18fcdea691bef3f6b0ae76548056fc)) +* implemented /quoterequests function and /transfers ([7d432aa](https://github.com/mojaloop/payment-token-adapter/commit/7d432aa92909285502024170287603367f9997af)) +* implemented request schema validation ([e621bcb](https://github.com/mojaloop/payment-token-adapter/commit/e621bcb9c9e6f831742956a482c3869e5ec47a37)) + + +### Bug Fixes + +* changed script name in pre-commit file ([12d3156](https://github.com/mojaloop/payment-token-adapter/commit/12d3156fe127397b99ef91f5d6cddcbd1686877d)) +* make error messages more descriptive and clear ([97b8e34](https://github.com/mojaloop/payment-token-adapter/commit/97b8e3433e52889c62ecd6749d5fe85c5c2104ed)) +* split api specs and imported types from api-snippets ([e6b85ef](https://github.com/mojaloop/payment-token-adapter/commit/e6b85efb4b598c8402ede544f2aa70ad5650842c)) + ### [0.0.2](https://github.com/mojaloop/payment-token-adapter/compare/v0.0.1...v0.0.2) (2024-02-15) diff --git a/package-lock.json b/package-lock.json index 4f4ba96..85ad8e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/payment-token-adapter", - "version": "0.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mojaloop/payment-token-adapter", - "version": "0.0.2", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "@hapi/hapi": "^21.3.3", diff --git a/package.json b/package.json index d44ecd7..d4c2bc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/payment-token-adapter", - "version": "1.0.0", + "version": "1.1.0", "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": {