From deacddc833546ea6c5c22f89dfbb96e4eab6d4f0 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Tue, 10 Nov 2020 22:17:26 +0000 Subject: [PATCH] v1.2.2: breaking change for abandoned APIs. Add alternative APIs where missing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e28baf..e3d6027 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "1.2.1", + "version": "1.2.2", "description": "A production-ready Node.js connector for the Bybit APIs and WebSockets", "main": "index.js", "scripts": {