From 989a1623711307b2a60ab09e189dd04f870bc310 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Jan 2023 13:34:02 +0000 Subject: [PATCH] chore(release): 3.91.0 [skip ci]nn# [3.91.0](https://github.com/coinranking/exchanges/compare/v3.90.0...v3.91.0) (2023-01-02) ### Features * add chiliz driver ([09c79b2](https://github.com/coinranking/exchanges/commit/09c79b282ada1a01e0b4662f2893c5ead2ab41e5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab75544..7cc0d211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.91.0](https://github.com/coinranking/exchanges/compare/v3.90.0...v3.91.0) (2023-01-02) + + +### Features + +* add chiliz driver ([09c79b2](https://github.com/coinranking/exchanges/commit/09c79b282ada1a01e0b4662f2893c5ead2ab41e5)) + # [3.90.0](https://github.com/coinranking/exchanges/compare/v3.89.0...v3.90.0) (2022-11-21) diff --git a/package-lock.json b/package-lock.json index c1009f03..5c466808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.90.0", + "version": "3.91.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.90.0", + "version": "3.91.0", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index 17bfa382..79098d53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.90.0", + "version": "3.91.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {