Skip to content

Commit

Permalink
3.0.0 Release (#144)
Browse files Browse the repository at this point in the history
* refactor: simplified if statement, removed incorrect param from jsdoc (#143)

* fix: spot params example (#142)

* update

---------

Co-authored-by: Igor Shadurin <[email protected]>
  • Loading branch information
2pd and IgorShadurin authored Oct 20, 2023
1 parent 1f678bc commit b2a6f31
Show file tree
Hide file tree
Showing 7 changed files with 1,588 additions and 973 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.0.0 - 2023-10-20

### Changed
- Update README #142
- Minor changes #143
- Update package
- Update Nodejs versions in pipeline

## 3.0.0-rc.2 - 2023-05-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const privateKeyAlgo = PrivateKeyAlgo.ED25519 // for Ed25519 key

const client = new Spot(apiKey, apiSecret, {
privateKey,
privateKeyPassphrase // only used for encrypted key
privateKeyPassphrase, // only used for encrypted key
privateKeyAlgo
})

Expand Down
1 change: 0 additions & 1 deletion examples/websocketStream/spot/winstonLogLevel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* This script is used to demonstrate log different level.
* Package winston is required, to install:
Expand Down
Loading

0 comments on commit b2a6f31

Please sign in to comment.