Skip to content

Commit

Permalink
chore(release): 0.4.3 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Oct 9, 2024
1 parent 63b7032 commit 830f9d3
Show file tree
Hide file tree
Showing 21 changed files with 114 additions and 107 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## [0.4.3](https://github.com/paritytech/asset-transfer-api/compare/v0.4.2..v0.4.3)

### Fix

- fix: enable paysWithFeeDest for transferAssets ([#444](https://github.com/paritytech/asset-transfer-api/pull/444))([2a78ecb](https://github.com/paritytech/asset-transfer-api/commit/63b70328bdca2a9b48594f11252383efa2a78ecb))

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

### Fix

- fix: default to xcmPallet ([#442](https://github.com/paritytech/asset-transfer-api/pull/442))([771f264](https://github.com/paritytech/asset-transfer-api/commit/81904a2df0c5e9f03cc936e461fedc4f4771f264))

## [0.4.1](https://github.com/paritytech/asset-transfer-api/compare/v0.4.0..v0.4.1)
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.

4 changes: 2 additions & 2 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.

38 changes: 19 additions & 19 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.2",
"version": "0.4.3",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 830f9d3

Please sign in to comment.