diff --git a/CHANGELOG.md b/CHANGELOG.md index e65f4085..b16d134f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.41.0](https://github.com/coinranking/exchanges/compare/v2.40.0...v2.41.0) (2020-05-21) + + +### Features + +* add support for BC Bitcoin ([db140ed](https://github.com/coinranking/exchanges/commit/db140edab2b9afd0630ffaf08eb9057042d05222)) + # [2.40.0](https://github.com/coinranking/exchanges/compare/v2.39.0...v2.40.0) (2020-05-14) diff --git a/package-lock.json b/package-lock.json index 5bf87a3d..af34ab16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.40.0", + "version": "2.41.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5068b14b..4b11f2e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.40.0", + "version": "2.41.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {