From 61baf1235ba40fd1da17958dd055dcce99101e41 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Wed, 12 Aug 2020 23:01:30 +0100 Subject: [PATCH] v1.1.8 - fix conditioanl method typo, implement fetch liquidations endpoint, implement replace conditional endpoint. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2f9a79..0a28626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "1.1.7", + "version": "1.1.8", "description": "An unofficial node.js lowlevel wrapper for the Bybit Cryptocurrency Derivative exchange API", "main": "index.js", "scripts": {