diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b65f5da..0a66e19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.94.0](https://github.com/coinranking/exchanges/compare/v3.93.0...v3.94.0) (2023-04-06) + + +### Features + +* update the CEX API ([a653f32](https://github.com/coinranking/exchanges/commit/a653f321961c8afbf691e376985258c9581b24b6)) + # [3.93.0](https://github.com/coinranking/exchanges/compare/v3.92.0...v3.93.0) (2023-01-20) diff --git a/package-lock.json b/package-lock.json index f44ec1a5..a6847ce0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.93.0", + "version": "3.94.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.93.0", + "version": "3.94.0", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index b795989b..792216f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.93.0", + "version": "3.94.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {