From 7fc675e54a55b68b8da0478d0482a1dba7bf28f0 Mon Sep 17 00:00:00 2001 From: alexshchur <60445720+alexshchur@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:07:44 +0300 Subject: [PATCH] Release 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3535a2c..c90c8a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paraswap/sdk", - "version": "5.6.0", + "version": "6.0.0", "main": "dist/index.js", "module": "dist/sdk.esm.js", "typings": "dist/index.d.ts",