Skip to content

Commit 2996a9c

Browse files
author
github-actions
committed
Release rebate v3.1.11
### Changed (2) - Update `@binance/common` library to version `2.3.10`. - Resolve security vulnerabilities on `handlebars` (bump version from `4.7.8` to `4.7.9`) and `brace-expansion` (bump version from `1.1.12` to `1.1.13`).
1 parent db7df0e commit 2996a9c

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

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+
## 3.1.11 - 2026-03-30
4+
5+
### Changed (2)
6+
7+
- Update `@binance/common` library to version `2.3.10`.
8+
- Resolve security vulnerabilities on `handlebars` (bump version from `4.7.8` to `4.7.9`) and `brace-expansion` (bump version from `1.1.12` to `1.1.13`).
9+
310
## 3.1.10 - 2026-03-26
411

512
### Changed (2)

clients/rebate/package-lock.json

Lines changed: 15 additions & 15 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": "3.1.10",
4+
"version": "3.1.11",
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.3.8",
59+
"@binance/common": "2.3.10",
6060
"axios": "^1.7.4"
6161
}
6262
}

0 commit comments

Comments
 (0)