diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9db19b..2b09c79c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.104.2](https://github.com/coinranking/exchanges/compare/v3.104.1...v3.104.2) (2023-12-01) + + +### Bug Fixes + +* **drc20org:** get less markets, because server crashed above offset 200 ([311808b](https://github.com/coinranking/exchanges/commit/311808ba38b48fbc34c06297008d460c3393b94b)) + ## [3.104.1](https://github.com/coinranking/exchanges/compare/v3.104.0...v3.104.1) (2023-11-08) diff --git a/package-lock.json b/package-lock.json index 2ace4c1f..87546fe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.104.1", + "version": "3.104.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.104.1", + "version": "3.104.2", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index e98d8b22..0ab764b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.104.1", + "version": "3.104.2", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {