Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/coinranking/exchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpater committed Jun 4, 2020
2 parents 569fe55 + 3c3dd27 commit bd47a76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.45.0](https://github.com/coinranking/exchanges/compare/v2.44.0...v2.45.0) (2020-06-04)


### Features

* **bitfinex:** map the real world symbol, fetch the name ([f4da67a](https://github.com/coinranking/exchanges/commit/f4da67a5d6b5199c5d62e6261ec42b0fb50266b5))
* **bitfinex:** use v2 to get the tickers and add ask and bid ([2211714](https://github.com/coinranking/exchanges/commit/221171474e925036f1e8a2e2310a8c5c76e2d560))

# [2.44.0](https://github.com/coinranking/exchanges/compare/v2.43.0...v2.44.0) (2020-06-04)


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.44.0",
"version": "2.45.0",
"description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges",
"main": "lib/exchanges.js",
"engines": {
Expand Down

0 comments on commit bd47a76

Please sign in to comment.