From 1f290ad8cf395302a4a4ed92ee79807cfa0e209e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 May 2020 13:42:20 +0000 Subject: [PATCH] chore(release): 2.43.0 [skip ci]nn# [2.43.0](https://github.com/coinranking/exchanges/compare/v2.42.1...v2.43.0) (2020-05-27) ### Features * excoincial driver ([4b2e508](https://github.com/coinranking/exchanges/commit/4b2e50811fe885bd9d59c047c0eec5b388b39be7)) --- 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 cc623515..e05bca0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.43.0](https://github.com/coinranking/exchanges/compare/v2.42.1...v2.43.0) (2020-05-27) + + +### Features + +* excoincial driver ([4b2e508](https://github.com/coinranking/exchanges/commit/4b2e50811fe885bd9d59c047c0eec5b388b39be7)) + ## [2.42.1](https://github.com/coinranking/exchanges/compare/v2.42.0...v2.42.1) (2020-05-22) diff --git a/package-lock.json b/package-lock.json index eebc0242..7d491e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.42.1", + "version": "2.43.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80ed9522..1edf2452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.42.1", + "version": "2.43.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {