Skip to content

Commit d355f35

Browse files
author
Iulian Masar
committed
version bump 1.50.1
1 parent 8777aa8 commit d355f35

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.50.1] - 2025-02-28
2+
### Added
3+
4+
Missing endpoint [GET View card details for a Web Card PayIn](https://docs.mangopay.com/api-reference/web-card-payins/view-card-details-web-card-payin)
5+
6+
### Fixed
7+
8+
Rate limiting headers interpreted dynamically based on `X-RateLimit-Reset` time and for a variable number of bucket values.
9+
110
## [1.50.0] - 2025-02-26
211
### Added
312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mangopay2-nodejs-sdk",
3-
"version": "1.50.0",
3+
"version": "1.50.1",
44
"types": "./typings/index.d.ts",
55
"description": "Mangopay Node.js SDK",
66
"repository": "https://github.com/Mangopay/mangopay2-nodejs-sdk.git",

0 commit comments

Comments
 (0)