diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d70d57..26e22f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.3](https://github.com/lifinance/sdk/compare/v3.2.2...v3.2.3) (2024-09-17) + + +### Bug Fixes + +* add process chain id ([#217](https://github.com/lifinance/sdk/issues/217)) ([16c95dc](https://github.com/lifinance/sdk/commit/16c95dcb9323d5eeae707090412200f5eb9b80e5)) + ### [3.2.2](https://github.com/lifinance/sdk/compare/v3.2.1...v3.2.2) (2024-09-16) diff --git a/package.json b/package.json index 4978768..eded688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/sdk", - "version": "3.2.2", + "version": "3.2.3", "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK", "keywords": [ "bridge", diff --git a/src/version.ts b/src/version.ts index 2528de8..cc3a578 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const name = '@lifi/sdk' -export const version = '3.2.2' +export const version = '3.2.3'