From 37ef18d993b5197b8b63000f277c9353f6a63355 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Aug 2020 09:11:11 +0000 Subject: [PATCH] chore(release): 3.16.0 [skip ci]nn# [3.16.0](https://github.com/coinranking/exchanges/compare/v3.15.0...v3.16.0) (2020-08-18) ### Features * orebz driver ([87b56a7](https://github.com/coinranking/exchanges/commit/87b56a7008f253aed6ccb4d6eef028ad00e74b52)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9670ce..b968e3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.16.0](https://github.com/coinranking/exchanges/compare/v3.15.0...v3.16.0) (2020-08-18) + + +### Features + +* orebz driver ([87b56a7](https://github.com/coinranking/exchanges/commit/87b56a7008f253aed6ccb4d6eef028ad00e74b52)) + # [3.15.0](https://github.com/coinranking/exchanges/compare/v3.14.0...v3.15.0) (2020-08-17) diff --git a/package-lock.json b/package-lock.json index d88ac7cb..13097eb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.15.0", + "version": "3.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e54ce105..dcf69b84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.15.0", + "version": "3.16.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {