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",