diff --git a/CHANGELOG.md b/CHANGELOG.md index 22747dcc..e3fd6123 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.1.2](https://github.com/lifinance/sdk/compare/v3.1.1...v3.1.2) (2024-07-22) + + +### Bug Fixes + +* remove response message prop name from http error message ([#202](https://github.com/lifinance/sdk/issues/202)) ([6ddd1ad](https://github.com/lifinance/sdk/commit/6ddd1ad150ea5209d52d1dca52666e8ec1ed4ef4)) + ### [3.1.1](https://github.com/lifinance/sdk/compare/v3.1.0...v3.1.1) (2024-07-22) diff --git a/package.json b/package.json index 69d46165..90ef6194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/sdk", - "version": "3.1.1", + "version": "3.1.2", "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK", "keywords": [ "bridge", diff --git a/src/version.ts b/src/version.ts index 8880ecf9..19bfd19c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const name = '@lifi/sdk' -export const version = '3.1.1' +export const version = '3.1.2'