Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent 3ea9530 commit 3772043
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/khaki-numbers-admire.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/marupay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# marupay

## 0.2.5

### Patch Changes

- 3ea9530: - Added new vendor exceptions to handle specific error scenarios (commit: 51f1ec0)
- Added handling for the scenario when a vendor account is not found (commit: fc392ac)
- Introduced a ValidationError interface to handle validation errors in Purchase (commit: 0424299)
- Added a VendorInsufficientBalance exception and handled it in edahab and w (commit: 326915f)
- Refactored error handling in edahab.ts for better readability and maintainability (commit: ba8483d)
- Added unit tests for the new vendor exceptions to ensure they work as expected (commit: <commit_id>)

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/marupay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marupay",
"version": "0.2.4",
"version": "0.2.5",
"description": "A package for making payment transactions with different african payments gateways.",
"license": "MIT",
"main": "./dist/index.js",
Expand Down

0 comments on commit 3772043

Please sign in to comment.