From 298e2a25561685f88fb1581cc4b466dc423c93b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Dec 2019 13:25:46 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci]nn# [2.1.0](https://github.com/coinranking/exchanges/compare/v2.0.0...v2.1.0) (2019-12-30) ### Features * **tests:** disable network requests in CI ([b1cacb0](https://github.com/coinranking/exchanges/commit/b1cacb0736ecbe5720ca6d37eb14d70971e2e081)) --- 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 6a4850ed..eb8e781f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/coinranking/exchanges/compare/v2.0.0...v2.1.0) (2019-12-30) + + +### Features + +* **tests:** disable network requests in CI ([b1cacb0](https://github.com/coinranking/exchanges/commit/b1cacb0736ecbe5720ca6d37eb14d70971e2e081)) + # [2.0.0](https://github.com/coinranking/exchanges/compare/v1.5.0...v2.0.0) (2019-12-30) diff --git a/package-lock.json b/package-lock.json index 606f5880..5f7d0342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4cee4b6..7e13ea0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.0.0", + "version": "2.1.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {