Skip to content

Commit ecf265d

Browse files
authored
chore(release): 0.4.1 (#441)
1 parent bc7918e commit ecf265d

21 files changed

+119
-107
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/paritytech/asset-transfer-api/compare/v0.4.0..v0.4.1)
4+
5+
### Chore
6+
7+
- chore(deps): update pjs ([#440](https://github.com/paritytech/asset-transfer-api/pull/440))([6187377](https://github.com/paritytech/asset-transfer-api/commit/bc7918e761ad370c369a8e4183c3c30536187377))
8+
9+
### Fix
10+
11+
- fix(bug): fix fetchFeeInfo partial fee ([#439](https://github.com/paritytech/asset-transfer-api/pull/439))([d227a14](https://github.com/paritytech/asset-transfer-api/commit/8238bf090413ae8c655f9a466a077bd90d227a14))
12+
313
## [0.4.0](https://github.com/paritytech/asset-transfer-api/compare/v0.3.1..v0.4.0)
414

515
### Feat

docs/classes/AssetTransferApi.AssetTransferApi.html

+8-8
Large diffs are not rendered by default.

docs/enums/errors_BaseError.BaseErrorsEnum.html

+22-22
Large diffs are not rendered by default.

docs/enums/types.Direction.html

+13-13
Large diffs are not rendered by default.

docs/functions/constructApiPromise.constructApiPromise.html

+2-2
Large diffs are not rendered by default.

docs/index.html

+5-3
Large diffs are not rendered by default.

docs/interfaces/constructApiPromise.ApiInfo.html

+6-6
Large diffs are not rendered by default.

docs/interfaces/types.TransferArgsOpts.html

+18-18
Large diffs are not rendered by default.

docs/interfaces/types.TxResult.html

+12-12
Large diffs are not rendered by default.

docs/modules/AssetTransferApi.html

+2-2
Large diffs are not rendered by default.

docs/modules/constructApiPromise.html

+2-2
Large diffs are not rendered by default.

docs/modules/errors_BaseError.html

+2-2
Large diffs are not rendered by default.

docs/modules/types.html

+2-2
Large diffs are not rendered by default.

docs/types/types.AssetTransferApiOpts.html

+2-2
Large diffs are not rendered by default.

docs/types/types.ConstructedFormat.html

+2-2
Large diffs are not rendered by default.

docs/types/types.Format.html

+2-2
Large diffs are not rendered by default.

docs/types/types.LocalTransferTypes.html

+2-2
Large diffs are not rendered by default.

docs/types/types.Methods.html

+2-2
Large diffs are not rendered by default.

docs/types/types.RegistryTypes.html

+2-2
Large diffs are not rendered by default.

docs/types/types.XcmDirection.html

+2-2
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/asset-transfer-api",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)