From 1f61c7e542bad3c13dd8ec9df4c93f2929fb1912 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 May 2023 07:35:34 +0000 Subject: [PATCH] chore(release): 3.95.0 [skip ci]nn# [3.95.0](https://github.com/coinranking/exchanges/compare/v3.94.0...v3.95.0) (2023-05-23) ### Features * add support for Unisat ([6c01e71](https://github.com/coinranking/exchanges/commit/6c01e710864cd74ee62f946efdfe92ae6a11728d)) --- 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 0a66e19e..57e6422b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.95.0](https://github.com/coinranking/exchanges/compare/v3.94.0...v3.95.0) (2023-05-23) + + +### Features + +* add support for Unisat ([6c01e71](https://github.com/coinranking/exchanges/commit/6c01e710864cd74ee62f946efdfe92ae6a11728d)) + # [3.94.0](https://github.com/coinranking/exchanges/compare/v3.93.0...v3.94.0) (2023-04-06) diff --git a/package-lock.json b/package-lock.json index a6847ce0..c0157fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.94.0", + "version": "3.95.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.94.0", + "version": "3.95.0", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index 792216f0..51830dae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.94.0", + "version": "3.95.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {