diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba6c642..b2a9ae9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.118.0](https://github.com/coinranking/exchanges/compare/v3.117.1...v3.118.0) (2024-06-14) + + +### Features + +* up the number ([5f79440](https://github.com/coinranking/exchanges/commit/5f7944095fafd24c6139914e293a01cb25b6dfec)) + ## [3.117.1](https://github.com/coinranking/exchanges/compare/v3.117.0...v3.117.1) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index b00abcc2..8e4cf0b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.117.1", + "version": "3.118.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.117.1", + "version": "3.118.0", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index 22e0683f..98fffb91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.117.1", + "version": "3.118.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {