Skip to content

Commit 94180d7

Browse files
author
github-actions
committed
Release rebate v4.0.1
### Changed (2) - Update `@binance/common` library to version `2.4.5`. - Resolve security vulnerabilities.
1 parent c4793a0 commit 94180d7

3 files changed

Lines changed: 53 additions & 22 deletions

File tree

clients/rebate/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.0.1 - 2026-07-21
4+
5+
### Changed (2)
6+
7+
- Update `@binance/common` library to version `2.4.5`.
8+
- Resolve security vulnerabilities.
9+
310
## 4.0.0 - 2026-07-13
411

512
- Update descriptions and examples.

clients/rebate/package-lock.json

Lines changed: 44 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/rebate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@binance/rebate",
33
"description": "Official Binance Rebate Connector - A lightweight library that provides a convenient interface to Binance's Rebate REST API.",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",
@@ -56,7 +56,7 @@
5656
"typescript-eslint": "^8.24.0"
5757
},
5858
"dependencies": {
59-
"@binance/common": "2.4.3",
59+
"@binance/common": "2.4.5",
6060
"axios": "^1.7.4"
6161
}
6262
}

0 commit comments

Comments
 (0)