Skip to content

Commit

Permalink
chore(release): 3.85.0 [skip ci]nn# [3.85.0](v3.84.0...v3.85.0) (2022…
Browse files Browse the repository at this point in the history
…-10-24)

### Bug Fixes

* bid and ask are flipped for difx ([9ce07f3](9ce07f3))
* optional chaining ([70ef914](70ef914))

### Features

* add difx driver ([8b18603](8b18603))
* update lowest node version to support optional chaining ([11e9f48](11e9f48))
  • Loading branch information
semantic-release-bot committed Oct 24, 2022
1 parent c28ba49 commit 3ae72ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.85.0](https://github.com/coinranking/exchanges/compare/v3.84.0...v3.85.0) (2022-10-24)


### Bug Fixes

* bid and ask are flipped for difx ([9ce07f3](https://github.com/coinranking/exchanges/commit/9ce07f331e6737de5682e899ebaf25062d320eda))
* optional chaining ([70ef914](https://github.com/coinranking/exchanges/commit/70ef9143c411688acca29ade8bbfdce8114ab3bd))


### Features

* add difx driver ([8b18603](https://github.com/coinranking/exchanges/commit/8b186034f7a29a39a25d83e134bc6b39b2141218))
* update lowest node version to support optional chaining ([11e9f48](https://github.com/coinranking/exchanges/commit/11e9f48cfa272cfc1173c0a35f766bc40619281e))

# [3.84.0](https://github.com/coinranking/exchanges/compare/v3.83.0...v3.84.0) (2022-09-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinranking/exchanges",
"version": "3.84.0",
"version": "3.85.0",
"description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges",
"main": "lib/exchanges.js",
"engines": {
Expand Down

0 comments on commit 3ae72ee

Please sign in to comment.