diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edde21f..8caa2f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [3.14.0](https://github.com/coinranking/exchanges/compare/v3.13.0...v3.14.0) (2020-08-14) + + +### Bug Fixes + +* change base and quoteVolume for fylbit driver ([8c26f88](https://github.com/coinranking/exchanges/commit/8c26f88800d5f597e977d2a61fd6460b8212d006)) + + +### Features + +* add baseName to Bitcoiva driver ([91833e7](https://github.com/coinranking/exchanges/commit/91833e7fd6ab3e7bb6c9c55965479101c02af233)) +* bitcoiva driver ([68fe560](https://github.com/coinranking/exchanges/commit/68fe560a2e24c5f9e9cef8f1bb32d2b664fcd58e)) +* flybit driver ([72a3380](https://github.com/coinranking/exchanges/commit/72a33806bd5b2dce76516f37bb6a46bbc9f15cc6)) + # [3.13.0](https://github.com/coinranking/exchanges/compare/v3.12.0...v3.13.0) (2020-08-11) diff --git a/package-lock.json b/package-lock.json index 7b907682..f734b667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.13.0", + "version": "3.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f76a321..fd8064aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.13.0", + "version": "3.14.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {