From b4fc1dc508262bd7722145d87f9016ce8a8a68ed Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Mon, 15 Jul 2024 13:23:32 +0200 Subject: [PATCH] chore(release): 3.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30543a08..a0e5b8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.0.1](https://github.com/lifinance/sdk/compare/v3.0.0...v3.0.1) (2024-07-15) + + +### Bug Fixes + +* filter existing RPC urls ([#196](https://github.com/lifinance/sdk/issues/196)) ([1432f87](https://github.com/lifinance/sdk/commit/1432f8770524b63ee88fc73521a1986082b267e4)) +* improve transaction receipt polling ([#195](https://github.com/lifinance/sdk/issues/195)) ([90c23da](https://github.com/lifinance/sdk/commit/90c23da661d20853b261cf4e301d40975662b0b6)) + ## [3.0.0](https://github.com/lifinance/sdk/compare/v3.0.0-beta.2...v3.0.0) (2024-06-26) ## [2.5.0](https://github.com/lifinance/sdk/compare/v2.4.3...v2.5.0) (2023-11-01) diff --git a/package.json b/package.json index 8a2edc80..10d2b857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/sdk", - "version": "3.0.0", + "version": "3.0.1", "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK", "keywords": [ "bridge", diff --git a/src/version.ts b/src/version.ts index f759441a..572d383f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const name = '@lifi/sdk' -export const version = '3.0.0' +export const version = '3.0.1'