From f3ea4b83d250350125ba5b303efeddfe9d9fde40 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2024 10:03:04 +0000 Subject: [PATCH] chore(release): 3.117.0 [skip ci]nn# [3.117.0](https://github.com/coinranking/exchanges/compare/v3.116.1...v3.117.0) (2024-03-27) ### Features * add tokpie ([0b727ee](https://github.com/coinranking/exchanges/commit/0b727ee6889af060f62cef6ccdac0e4ac409d590)) * add Xeggex driver ([654ffa3](https://github.com/coinranking/exchanges/commit/654ffa35d762b0206072e053ed2110a49489c09b)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39603fb..fec0b6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.117.0](https://github.com/coinranking/exchanges/compare/v3.116.1...v3.117.0) (2024-03-27) + + +### Features + +* add tokpie ([0b727ee](https://github.com/coinranking/exchanges/commit/0b727ee6889af060f62cef6ccdac0e4ac409d590)) +* add Xeggex driver ([654ffa3](https://github.com/coinranking/exchanges/commit/654ffa35d762b0206072e053ed2110a49489c09b)) + ## [3.116.1](https://github.com/coinranking/exchanges/compare/v3.116.0...v3.116.1) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index 63c1a00d..f4717a9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.116.1", + "version": "3.117.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.116.1", + "version": "3.117.0", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index 7a9016f6..e6f359df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.116.1", + "version": "3.117.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {