From 3cda20d4e49bf348193ebbf2ddaff484a38b4e57 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 May 2023 04:18:42 +0000 Subject: [PATCH] chore(release): 3.95.1 [skip ci]nn## [3.95.1](https://github.com/coinranking/exchanges/compare/v3.95.0...v3.95.1) (2023-05-29) ### Bug Fixes * post empty object to fix Unisat driver ([8a276bb](https://github.com/coinranking/exchanges/commit/8a276bb431aa775b2da624f1f5da339a864f1428)) * test for Unisat was not updated ([62c4781](https://github.com/coinranking/exchanges/commit/62c4781c75f89515cf487e33f0c4da167d5daf56)) --- 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 57e6422b..ee3ef22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.95.1](https://github.com/coinranking/exchanges/compare/v3.95.0...v3.95.1) (2023-05-29) + + +### Bug Fixes + +* post empty object to fix Unisat driver ([8a276bb](https://github.com/coinranking/exchanges/commit/8a276bb431aa775b2da624f1f5da339a864f1428)) +* test for Unisat was not updated ([62c4781](https://github.com/coinranking/exchanges/commit/62c4781c75f89515cf487e33f0c4da167d5daf56)) + # [3.95.0](https://github.com/coinranking/exchanges/compare/v3.94.0...v3.95.0) (2023-05-23) diff --git a/package-lock.json b/package-lock.json index c0157fc1..a31b3253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinranking/exchanges", - "version": "3.95.0", + "version": "3.95.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coinranking/exchanges", - "version": "3.95.0", + "version": "3.95.1", "license": "MIT", "dependencies": { "cloudscraper": "^4.6.0", diff --git a/package.json b/package.json index 51830dae..ef367c2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.95.0", + "version": "3.95.1", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {