diff --git a/CHANGELOG.md b/CHANGELOG.md index b968e3d0..e8454518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.16.1](https://github.com/coinranking/exchanges/compare/v3.16.0...v3.16.1) (2020-08-19) + + +### Bug Fixes + +* **bitcoiva:** base and quote volumes are reversed ([e968f10](https://github.com/coinranking/exchanges/commit/e968f10c7775fb2b48874c599c46fa24c374ba3f)) + # [3.16.0](https://github.com/coinranking/exchanges/compare/v3.15.0...v3.16.0) (2020-08-18) diff --git a/package-lock.json b/package-lock.json index 13097eb5..fea4fbe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.16.0", + "version": "3.16.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dcf69b84..fcdf0e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.16.0", + "version": "3.16.1", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {