Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alplabin committed Aug 19, 2024
1 parent 82a129e commit 6f1b512
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## v0.1.4 - 2024-08-19
### Changed
- Updated dependencies
- Fixed `changeMarginType` example function name issue

## v0.1.3 - 2024-07-01
### Added
#### UM Futures
Expand Down
2 changes: 1 addition & 1 deletion examples/um_futures/account/changeMarginType.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const umFuturesClient = new UMFutures(apiKey, apiSecret, {
})

umFuturesClient
.changeInitialLeverage('BNBUSDT', 'CROSSED')
.changeMarginType('BNBUSDT', 'CROSSED')
.then((response) => console.log(response))
.catch(console.error)
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@binance/futures-connector",
"version": "0.1.3",
"version": "0.1.4",
"description": "NodeJS Binance Futures Connector",
"main": "src/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"src/**/*"
],
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.7.4",
"ws": "^8.17.1"
},
"devDependencies": {
Expand Down

0 comments on commit 6f1b512

Please sign in to comment.