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": {