From 1e2e01384b51948405ded9eb0eae17e050a01bf6 Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Thu, 4 Aug 2022 13:05:05 +0100 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41253fa3..724e84ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.2](https://github.com/lifinance/sdk/compare/v1.1.1...v1.1.2) (2022-08-04) + + +### Bug Fixes + +* contract call endpoint ([#98](https://github.com/lifinance/sdk/issues/98)) ([d21ccc9](https://github.com/lifinance/sdk/commit/d21ccc974caf4632a1f2c9c38c52def89332e284)) + ### [1.1.1](https://github.com/lifinance/sdk/compare/v1.1.0...v1.1.1) (2022-08-03) diff --git a/package.json b/package.json index a671a4a4..848bbb90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/sdk", - "version": "1.1.1", + "version": "1.1.2", "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK", "main": "./dist/index.js", "types": "./dist/index.d.ts",