From 94de35621f4d73e77fa6d12b17f48fb48b362806 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Jul 2020 10:06:38 +0000 Subject: [PATCH] chore(release): 3.10.0 [skip ci]nn# [3.10.0](https://github.com/coinranking/exchanges/compare/v3.9.0...v3.10.0) (2020-07-29) ### Features * change base volume with quote volume ([fff3ea0](https://github.com/coinranking/exchanges/commit/fff3ea0270c3829f7894966820be5b3725805aa6)) * fetch data from graphql ([77fb226](https://github.com/coinranking/exchanges/commit/77fb226de169000aada8d3d733a64b6870439088)) * nash driver ([cdcfb86](https://github.com/coinranking/exchanges/commit/cdcfb86abb02941fd9cccf442aaef202af5b294c)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf930684..d28e7651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.10.0](https://github.com/coinranking/exchanges/compare/v3.9.0...v3.10.0) (2020-07-29) + + +### Features + +* change base volume with quote volume ([fff3ea0](https://github.com/coinranking/exchanges/commit/fff3ea0270c3829f7894966820be5b3725805aa6)) +* fetch data from graphql ([77fb226](https://github.com/coinranking/exchanges/commit/77fb226de169000aada8d3d733a64b6870439088)) +* nash driver ([cdcfb86](https://github.com/coinranking/exchanges/commit/cdcfb86abb02941fd9cccf442aaef202af5b294c)) + # [3.9.0](https://github.com/coinranking/exchanges/compare/v3.8.0...v3.9.0) (2020-07-24) diff --git a/package-lock.json b/package-lock.json index e06daaf0..87f4bda6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.9.0", + "version": "3.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d663ffc0..156edb70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.9.0", + "version": "3.10.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {