From 45373a1d1c749deb69aee26069f8a48220a17063 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Tue, 15 Nov 2022 16:24:43 +0000 Subject: [PATCH] v3.3.0: fix rare sign issue when using cursor with private unified margin requests. URI encode serialised request values by default. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef52a83..9204cda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "3.2.1", + "version": "3.3.0", "description": "Complete & robust node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.", "main": "lib/index.js", "types": "lib/index.d.ts",