Skip to content

Commit 7a4ebff

Browse files
author
github-actions
committed
Release copy-trading 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 6674dfd commit 7a4ebff

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

clients/copy-trading/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/copy-trading/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/copy-trading/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@binance/copy-trading",
33
"description": "Official Binance Copy Trading Connector - A lightweight library that provides a convenient interface to Binance's Copy Trading 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",
@@ -55,7 +55,7 @@
5555
"typescript-eslint": "^8.24.0"
5656
},
5757
"dependencies": {
58-
"@binance/common": "2.3.8",
58+
"@binance/common": "2.3.10",
5959
"axios": "^1.7.4"
6060
}
6161
}

0 commit comments

Comments
 (0)