Skip to content

Commit e791141

Browse files
committed
chore(release): 3.5.0
1 parent f52aa60 commit e791141

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [3.5.0](https://github.com/lifinance/sdk/compare/v3.4.4...v3.5.0) (2025-01-02)
6+
7+
8+
### Features
9+
10+
* improve transaction execution for smart account clients ([#222](https://github.com/lifinance/sdk/issues/222)) ([2580dbe](https://github.com/lifinance/sdk/commit/2580dbe6ce6e8a9634c22c84dd75de27b4a23f2f))
11+
512
### [3.4.4](https://github.com/lifinance/sdk/compare/v3.4.3...v3.4.4) (2024-12-20)
613

714
### [3.4.3](https://github.com/lifinance/sdk/compare/v3.4.2...v3.4.3) (2024-12-13)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/sdk",
3-
"version": "3.4.4",
3+
"version": "3.5.0",
44
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
55
"keywords": [
66
"bridge",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const name = '@lifi/sdk'
2-
export const version = '3.4.4'
2+
export const version = '3.5.0'

0 commit comments

Comments
 (0)