diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f92ebf4..53cd50a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.34.0](https://github.com/coinranking/exchanges/compare/v2.33.0...v2.34.0) (2020-04-14) + + +### Bug Fixes + +* remove bid and ask price ([81f4e41](https://github.com/coinranking/exchanges/commit/81f4e41bdf2889ee6daca977e08d38d21e39c915)) +* remove bid and ask price ([81c72cc](https://github.com/coinranking/exchanges/commit/81c72ccaab5e0d0d19a55f49e6acdc9e9783ab0b)) + + +### Features + +* bamboo driver (Test is failed) ([9ab7657](https://github.com/coinranking/exchanges/commit/9ab7657bf7e4f280ff680d0c43e72e584075ee06)) +* five-start driver (test is failed) ([ce37314](https://github.com/coinranking/exchanges/commit/ce3731454d63034f5281329cc20adef4a0d765dc)) + # [2.33.0](https://github.com/coinranking/exchanges/compare/v2.32.0...v2.33.0) (2020-03-25) diff --git a/package-lock.json b/package-lock.json index 891a170a..627a7b5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.33.0", + "version": "2.34.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aebcd829..f90a3a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.33.0", + "version": "2.34.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {