Skip to content

Commit

Permalink
chore(release): 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Addminus committed Mar 21, 2024
1 parent 92f96c8 commit 1574d5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [2.5.1](https://github.com/lifinance/sdk/compare/v2.5.0...v2.5.1) (2024-03-21)


### Bug Fixes

* default imports for parcel bundler ([#182](https://github.com/lifinance/sdk/issues/182)) ([92f96c8](https://github.com/lifinance/sdk/commit/92f96c84ed69d3f37801d636b0d7e1fcbb4b5e98))

## [2.5.0](https://github.com/lifinance/sdk/compare/v2.4.3...v2.5.0) (2023-11-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/sdk",
"version": "2.5.0",
"version": "2.5.1",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/sdk'
export const version = '2.5.0'
export const version = '2.5.1'

0 comments on commit 1574d5c

Please sign in to comment.