diff --git a/CHANGELOG.md b/CHANGELOG.md index 307e6f08..db999ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.19.0](https://github.com/coinranking/exchanges/compare/v3.18.0...v3.19.0) (2020-08-26) + + +### Bug Fixes + +* baseVolume of Redot driver ([f21419d](https://github.com/coinranking/exchanges/commit/f21419d1914d23c292d5b54b79d3cdbc92f2e744)) +* remove quotevolume from redot ([0406e19](https://github.com/coinranking/exchanges/commit/0406e1909c70e6f269ba7e323bdf8671de5d8b3c)) + + +### Features + +* redot driver ([1c5d936](https://github.com/coinranking/exchanges/commit/1c5d93685223469ce5c33619466b0a75095421eb)) + # [3.18.0](https://github.com/coinranking/exchanges/compare/v3.17.0...v3.18.0) (2020-08-25) diff --git a/package-lock.json b/package-lock.json index ac92dd5b..1ffcc413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.18.0", + "version": "3.19.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce60aa10..8439b874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.18.0", + "version": "3.19.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {