Skip to content

Commit

Permalink
Merge pull request #6 from binance/rc-0.1.2
Browse files Browse the repository at this point in the history
v0.1.2 release
  • Loading branch information
tantialex-b authored Apr 8, 2024
2 parents b398f9a + 3c19f0f commit 14fe72a
Show file tree
Hide file tree
Showing 4 changed files with 869 additions and 701 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## v0.1.2 - 2024-04-08

### Changed
- Update dependencies.
- Resolve issue #3

## v0.1.1 - 2023-10-20
- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion examples/cm_futures/account/changeMarginType.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const cmFuturesClient = new CMFutures(apiKey, apiSecret, {
})

cmFuturesClient
.changeInitialLeverage('BNBUSD_PERP', 'CROSSED')
.changeMarginType('BNBUSD_PERP', 'CROSSED')
.then((response) => console.log(response))
.catch(console.error)
Loading

0 comments on commit 14fe72a

Please sign in to comment.