From 530c935e66cfe07e08624494d4fea8bd44f72483 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jul 2020 12:18:36 +0000 Subject: [PATCH] chore(release): 3.11.0 [skip ci]nn# [3.11.0](https://github.com/coinranking/exchanges/compare/v3.10.0...v3.11.0) (2020-07-30) ### Bug Fixes * eslint extra line ([36c9b8f](https://github.com/coinranking/exchanges/commit/36c9b8fd55348473f6c7d8f0d95799b5e015b1f3)) * fix typo ([b4705c0](https://github.com/coinranking/exchanges/commit/b4705c02e8970cb4600d820dbf05c769914cf564)) ### Features * bitfxt driver ([f65c766](https://github.com/coinranking/exchanges/commit/f65c7667e6f10faa3cd5d05071ec67b2c91f3aa3)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28e7651..94a3c9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.11.0](https://github.com/coinranking/exchanges/compare/v3.10.0...v3.11.0) (2020-07-30) + + +### Bug Fixes + +* eslint extra line ([36c9b8f](https://github.com/coinranking/exchanges/commit/36c9b8fd55348473f6c7d8f0d95799b5e015b1f3)) +* fix typo ([b4705c0](https://github.com/coinranking/exchanges/commit/b4705c02e8970cb4600d820dbf05c769914cf564)) + + +### Features + +* bitfxt driver ([f65c766](https://github.com/coinranking/exchanges/commit/f65c7667e6f10faa3cd5d05071ec67b2c91f3aa3)) + # [3.10.0](https://github.com/coinranking/exchanges/compare/v3.9.0...v3.10.0) (2020-07-29) diff --git a/package-lock.json b/package-lock.json index 87f4bda6..f8fe32f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.10.0", + "version": "3.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 156edb70..0f0691e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.10.0", + "version": "3.11.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {