From b35af7b04ff32c5228221d1d8fb1929b6f3e1d59 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Aug 2020 14:10:29 +0000 Subject: [PATCH] chore(release): 3.15.0 [skip ci]nn# [3.15.0](https://github.com/coinranking/exchanges/compare/v3.14.0...v3.15.0) (2020-08-17) ### Features * amanpuri driver ([291b22b](https://github.com/coinranking/exchanges/commit/291b22b3b276cb6500da520c086e33642be15627)) * wenxpro driver ([dbdff37](https://github.com/coinranking/exchanges/commit/dbdff3710863a042443406d4b80036b234c2c720)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8caa2f40..ca9670ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.15.0](https://github.com/coinranking/exchanges/compare/v3.14.0...v3.15.0) (2020-08-17) + + +### Features + +* amanpuri driver ([291b22b](https://github.com/coinranking/exchanges/commit/291b22b3b276cb6500da520c086e33642be15627)) +* wenxpro driver ([dbdff37](https://github.com/coinranking/exchanges/commit/dbdff3710863a042443406d4b80036b234c2c720)) + # [3.14.0](https://github.com/coinranking/exchanges/compare/v3.13.0...v3.14.0) (2020-08-14) diff --git a/package-lock.json b/package-lock.json index b585aabf..dc2d6102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.14.0", + "version": "3.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1802d8f..89cbb621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.14.0", + "version": "3.15.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {