From 175ec5ec703b25db70dc6d3fdae27580bf858fc9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Mar 2020 13:45:30 +0000 Subject: [PATCH] chore(release): 2.32.0 [skip ci]nn# [2.32.0](https://github.com/coinranking/exchanges/compare/v2.31.0...v2.32.0) (2020-03-25) ### Features * abit driver ([a74693f](https://github.com/coinranking/exchanges/commit/a74693f9cb827bf4dfc2602e6f40568a62774268)) --- 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 ce90ef15..1065f3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.32.0](https://github.com/coinranking/exchanges/compare/v2.31.0...v2.32.0) (2020-03-25) + + +### Features + +* abit driver ([a74693f](https://github.com/coinranking/exchanges/commit/a74693f9cb827bf4dfc2602e6f40568a62774268)) + # [2.31.0](https://github.com/coinranking/exchanges/compare/v2.30.0...v2.31.0) (2020-03-25) diff --git a/package-lock.json b/package-lock.json index fcd19945..0988cf10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.31.0", + "version": "2.32.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe53d16d..2e840bab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.31.0", + "version": "2.32.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {