From f69b486c39bd5b0e1a67f4c698fd51821171451d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20M=C3=B6ller?= Date: Fri, 15 Jul 2022 11:39:26 +0200 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fff9fc6..a9752195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.2](https://github.com/lifinance/sdk/compare/v1.0.1...v1.0.2) (2022-07-15) + ### [1.0.1](https://github.com/lifinance/sdk/compare/v1.0.0...v1.0.1) (2022-07-14) diff --git a/package.json b/package.json index 1adf8187..30cf94b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/sdk", - "version": "1.0.1", + "version": "1.0.2", "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK", "main": "./dist/index.js", "types": "./dist/index.d.ts",