From 22c6d7d4b048e1a33bfeef5d78501f0827cabeae Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Mon, 16 Sep 2024 08:18:04 +0200 Subject: [PATCH] chore(release): 3.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8030bfc..1d70d579 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.2](https://github.com/lifinance/sdk/compare/v3.2.1...v3.2.2) (2024-09-16) + + +### Bug Fixes + +* getContractCallsQuote validation ([#216](https://github.com/lifinance/sdk/issues/216)) ([7cf5027](https://github.com/lifinance/sdk/commit/7cf5027dc4b2f107278009e08181fa3fef6bc1d2)) + ### [3.2.1](https://github.com/lifinance/sdk/compare/v3.2.0...v3.2.1) (2024-09-12) ## [3.2.0](https://github.com/lifinance/sdk/compare/v3.1.5...v3.2.0) (2024-09-10) diff --git a/package.json b/package.json index b70c5464..0f510440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/sdk", - "version": "3.2.1", + "version": "3.2.2", "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK", "keywords": [ "bridge", diff --git a/src/version.ts b/src/version.ts index bb542b29..2528de8b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const name = '@lifi/sdk' -export const version = '3.2.1' +export const version = '3.2.2'