From 9de6b5c16f3889e897338c6cc23f0337b75a77f1 Mon Sep 17 00:00:00 2001 From: Pranay Pratyush Date: Fri, 14 Jan 2022 13:25:50 +0530 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9708c7e..a023253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "2.1.7", + "version": "2.1.8", "description": "Node.js connector for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.", "main": "lib/index.js", "types": "lib/index.d.ts",