From e3489b2fc60350987cf0f75f0d889f1b8bbfe058 Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Fri, 13 Dec 2024 15:55:45 +0100 Subject: [PATCH] chore(release): 3.4.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981c98f..4d2c0cd 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. +### [3.4.3](https://github.com/lifinance/sdk/compare/v3.4.2...v3.4.3) (2024-12-13) + ### [3.4.2](https://github.com/lifinance/sdk/compare/v3.4.1...v3.4.2) (2024-12-05) ### [3.4.1](https://github.com/lifinance/sdk/compare/v3.4.0...v3.4.1) (2024-10-31) diff --git a/package.json b/package.json index c46069a..c1e4fe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/sdk", - "version": "3.4.2", + "version": "3.4.3", "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK", "keywords": [ "bridge", diff --git a/src/version.ts b/src/version.ts index 21c59ec..54a5754 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const name = '@lifi/sdk' -export const version = '3.4.2' +export const version = '3.4.3'