diff --git a/CHANGELOG.md b/CHANGELOG.md index f8684064..fb484884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.114.0](https://github.com/coinranking/exchanges/compare/v3.113.0...v3.114.0) (2024-03-22) + + +### Bug Fixes + +* revert commander package because it breaks stuff I do not want to solve right now ([651f43b](https://github.com/coinranking/exchanges/commit/651f43b1955b26829597481dbeb294a8326531fa)) +* update package lock as well ([87ad1e4](https://github.com/coinranking/exchanges/commit/87ad1e439c12ec680cec009a058e576ade6b4fe2)) + + +### Features + +* add Exolo exchange driver ([f6a4d13](https://github.com/coinranking/exchanges/commit/f6a4d13390f26270d2f5b3311a7ae7ff1e0a49cd)) + # [3.113.0](https://github.com/coinranking/exchanges/compare/v3.112.0...v3.113.0) (2024-03-18) diff --git a/package-lock.json b/package-lock.json index ed286455..00df9b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.113.0", + "version": "3.114.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.113.0", + "version": "3.114.0", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index 855f31a9..8685e08f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.113.0", + "version": "3.114.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {