diff --git a/CHANGELOG.md b/CHANGELOG.md index 6131d039..e65f4085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.40.0](https://github.com/coinranking/exchanges/compare/v2.39.0...v2.40.0) (2020-05-14) + + +### Features + +* morcrypto driver ([f2eb682](https://github.com/coinranking/exchanges/commit/f2eb682e94d66691d4294d2a851ad231a7685d5e)) + # [2.39.0](https://github.com/coinranking/exchanges/compare/v2.38.1...v2.39.0) (2020-05-14) diff --git a/package-lock.json b/package-lock.json index a2443e3f..822fea4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.39.0", + "version": "2.40.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f61d43f..59243e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.39.0", + "version": "2.40.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {