diff --git a/CHANGELOG.md b/CHANGELOG.md index f90ba0d5..b6b12218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.2.0](https://github.com/coinranking/exchanges/compare/v3.1.0...v3.2.0) (2020-07-01) + + +### Features + +* ex4ange driver ([e6f81fd](https://github.com/coinranking/exchanges/commit/e6f81fdc3ac73572d171dc616ed4b8d62aa1817a)) +* floatsv driver ([16cbd10](https://github.com/coinranking/exchanges/commit/16cbd10a70d9b36433869931e18cbab68b17edfd)) + # [3.1.0](https://github.com/coinranking/exchanges/compare/v3.0.0...v3.1.0) (2020-07-01) diff --git a/package-lock.json b/package-lock.json index 7ecfe0c1..8d282016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9bffb9da..ab235567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.1.0", + "version": "3.2.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {