Skip to content

Commit 224ae83

Browse files
committed
4.2.0
1 parent 59e3246 commit 224ae83

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
Please see [the migration guide](MIGRATION.md) for guidance about updating to a newer major version.
77

8+
### v4.2.0 - 2025-03-03
9+
- Updated Interface Types to include new payment parameters ([#402](https://github.com/mollie/mollie-api-node/pull/402))
10+
- Fix: `order.getPayments()` did not work ([#401](https://github.com/mollie/mollie-api-node/pull/401))
11+
- Fix: `paymentChargebacks.get()` did not work ([#400](https://github.com/mollie/mollie-api-node/pull/400))
12+
- Fix: `payment.isRefundable` did not work, but was also deprectated in favour of `canBeRefunded` ([#403](https://github.com/mollie/mollie-api-node/pull/403))
13+
- Fix: returned links with search parameters, broke iterations ([#405](https://github.com/mollie/mollie-api-node/pull/405))
14+
815
### v4.1.0 - 2024-10-03
916
- Extend captures API ([#371](https://github.com/mollie/mollie-api-node/pull/371))
1017
- Update documentation ([#380](https://github.com/mollie/mollie-api-node/pull/380))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mollie/api-client",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"license": "BSD-3-Clause",
55
"description": "Official Mollie API client for Node",
66
"repository": {

0 commit comments

Comments
 (0)