diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed3e2c9..8adda7b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.101.1](https://github.com/coinranking/exchanges/compare/v3.101.0...v3.101.1) (2023-09-28) + + +### Bug Fixes + +* update API Poloniex ([c7e3c43](https://github.com/coinranking/exchanges/commit/c7e3c432acd71d2a57ad6a4848ef460ecff9ff6f)) + # [3.101.0](https://github.com/coinranking/exchanges/compare/v3.100.0...v3.101.0) (2023-09-28) diff --git a/package-lock.json b/package-lock.json index fdb03221..64d36690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.101.0", + "version": "3.101.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.101.0", + "version": "3.101.1", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index c576cd5b..e332e9d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.101.0", + "version": "3.101.1", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {