Skip to content

Commit

Permalink
chore(release): 0.4.1 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Oct 2, 2024
1 parent bc7918e commit ecf265d
Show file tree
Hide file tree
Showing 21 changed files with 119 additions and 107 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.1](https://github.com/paritytech/asset-transfer-api/compare/v0.4.0..v0.4.1)

### Chore

- chore(deps): update pjs ([#440](https://github.com/paritytech/asset-transfer-api/pull/440))([6187377](https://github.com/paritytech/asset-transfer-api/commit/bc7918e761ad370c369a8e4183c3c30536187377))

### Fix

- 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))

## [0.4.0](https://github.com/paritytech/asset-transfer-api/compare/v0.3.1..v0.4.0)

### Feat
Expand Down
16 changes: 8 additions & 8 deletions docs/classes/AssetTransferApi.AssetTransferApi.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/enums/errors_BaseError.BaseErrorsEnum.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/enums/types.Direction.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/constructApiPromise.constructApiPromise.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/interfaces/constructApiPromise.ApiInfo.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/interfaces/types.TransferArgsOpts.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/interfaces/types.TxResult.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/AssetTransferApi.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/constructApiPromise.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/errors_BaseError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/types.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.AssetTransferApiOpts.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.ConstructedFormat.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.Format.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.LocalTransferTypes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.Methods.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.RegistryTypes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.XcmDirection.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/asset-transfer-api",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit ecf265d

Please sign in to comment.