Skip to content

Commit 68a43aa

Browse files
chore(release): 0.4.6-beta.0
1 parent 2c88651 commit 68a43aa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.4.6-beta.0](https://github.com/lifinance/sdk/compare/v0.4.5...v0.4.6-beta.0) (2022-02-23)
6+
7+
8+
### Features
9+
10+
* **Hop:** use common bridge executor for hop transfers ([#40](https://github.com/lifinance/sdk/issues/40)) ([b655190](https://github.com/lifinance/sdk/commit/b655190a481a29b1b09b09e97c1c9edd1d25fd92))
11+
* use common bridge executor for bridge calls ([#42](https://github.com/lifinance/sdk/issues/42)) ([2c88651](https://github.com/lifinance/sdk/commit/2c88651532af66a31108489dd455a2fece54436b))
12+
13+
14+
### Bug Fixes
15+
16+
* handle tokens with 0xeee... zero addresses ([#41](https://github.com/lifinance/sdk/issues/41)) ([130df5a](https://github.com/lifinance/sdk/commit/130df5a3c60e4e5848e7893035c19bec6a9e8365))
17+
518
### [0.4.5](https://github.com/lifinance/sdk/compare/v0.4.4...v0.4.5) (2022-02-10)
619

720
### [0.4.4](https://github.com/lifinance/sdk/compare/v0.4.2...v0.4.4) (2022-02-09)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifinance/sdk",
3-
"version": "0.4.5",
3+
"version": "0.4.6-beta.0",
44
"description": "LiFi Any-to-Any Cross-Chain-Swap SDK",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)