Skip to content

Commit 22ff7a3

Browse files
committed
chore(release): 3.6.0
1 parent bb13f9b commit 22ff7a3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.6.0](https://github.com/lifinance/sdk/compare/v3.5.4...v3.6.0) (2025-03-10)
6+
7+
8+
### Features
9+
10+
* add Permit (ERC-2612), Permit2 and Wallet Call API (EIP-5792) support ([#224](https://github.com/lifinance/sdk/issues/224)) ([3278265](https://github.com/lifinance/sdk/commit/32782656dbc92bb0891e96fad3e426ed2294cac9))
11+
12+
13+
### Bug Fixes
14+
15+
* improve bitcoin public client handling ([#235](https://github.com/lifinance/sdk/issues/235)) ([06a2d80](https://github.com/lifinance/sdk/commit/06a2d804cce77de171bd4da08dda793516e4ef51))
16+
* **status-manager:** set startedAt for started processes ([#236](https://github.com/lifinance/sdk/issues/236)) ([edac285](https://github.com/lifinance/sdk/commit/edac285a22692092fc35c3778cc2243e19fbf186))
17+
518
### [3.5.4](https://github.com/lifinance/sdk/compare/v3.5.3...v3.5.4) (2025-02-16)
619

720
### [3.5.3](https://github.com/lifinance/sdk/compare/v3.5.2...v3.5.3) (2025-02-04)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/sdk",
3-
"version": "3.6.0-beta.8",
3+
"version": "3.6.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.6.0-beta.8'
2+
export const version = '3.6.0'

0 commit comments

Comments
 (0)