From 0921cc0e1bfae8e1291427573a49760fc36fd458 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 19 Feb 2024 14:35:03 +0100 Subject: [PATCH] v3.9.3: Add `marketUnit` property to `OrderParamsV5` interface --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd2eef2..1def7df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "3.9.2", + "version": "3.9.3", "description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.", "main": "lib/index.js", "types": "lib/index.d.ts",