From 14f93b31357b04297fed6323fc936bb0b4b9622f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Dec 2023 17:15:40 +0000 Subject: [PATCH] chore: new release --- .changeset/poor-donkeys-warn.md | 7 ------- packages/marupay/CHANGELOG.md | 8 ++++++++ packages/marupay/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/poor-donkeys-warn.md diff --git a/.changeset/poor-donkeys-warn.md b/.changeset/poor-donkeys-warn.md deleted file mode 100644 index 9242169..0000000 --- a/.changeset/poor-donkeys-warn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"marupay": patch ---- - -Add Currency enums to use on our currency field -Docs for currency enums -Docs for response details for both `request` and `credit` methods diff --git a/packages/marupay/CHANGELOG.md b/packages/marupay/CHANGELOG.md index 45fc515..13ae7ab 100644 --- a/packages/marupay/CHANGELOG.md +++ b/packages/marupay/CHANGELOG.md @@ -1,5 +1,13 @@ # marupay +## 0.0.3 + +### Patch Changes + +- e643a21: Add Currency enums to use on our currency field + Docs for currency enums + Docs for response details for both `request` and `credit` methods + ## 0.0.2 ### Patch Changes diff --git a/packages/marupay/package.json b/packages/marupay/package.json index 67a7c23..04afbb7 100644 --- a/packages/marupay/package.json +++ b/packages/marupay/package.json @@ -1,6 +1,6 @@ { "name": "marupay", - "version": "0.0.2", + "version": "0.0.3", "description": "A package for making payment transactions with different african payments gateways.", "license": "MIT", "main": "./dist/index.js",