diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1c7059..c6a24a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f85d3691..8ad325cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.44.0", + "version": "2.45.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 795e10e7..b11ccea1 100644 --- a/package.json +++ b/package.json @@ -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": {