From d33c311a78229e3e28472bd30571423dd83cbea0 Mon Sep 17 00:00:00 2001 From: alexshchur <60445720+alexshchur@users.noreply.github.com> Date: Fri, 7 Apr 2023 10:16:59 +0300 Subject: [PATCH] Release 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cc9e04..3e7b822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paraswap/core", - "version": "1.0.2", + "version": "1.0.4", "description": "Common library used between different paraswap packages", "main": "build/index.js", "types": "build/index.d.ts",