diff --git a/CHANGELOG.md b/CHANGELOG.md index 386717f7..fd663345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.270.0](https://github.com/LedgityLabs/LedgityYield/compare/v1.269.0...v1.270.0) (2024-07-12) + + +### Features + +* x_swap_bridge: integrating bridge and swap with xswap widget ([a2123ed](https://github.com/LedgityLabs/LedgityYield/commit/a2123ed01e9d3c2f9e90dbf97304b4e4a93a9016)) + ## [1.269.0](https://github.com/LedgityLabs/LedgityYield/compare/v1.268.0...v1.269.0) (2024-07-10) diff --git a/bun.lockb b/bun.lockb index e2a68884..c457b1fe 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ce009db4..908dba21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ledgity-yield", - "version": "1.269.0", + "version": "1.270.0", "engines": { "node": ">=16.0.0" },