Skip to content

Commit

Permalink
chore(release): 0.3.1 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Jul 3, 2024
1 parent 36d4318 commit f2aa50d
Show file tree
Hide file tree
Showing 21 changed files with 117 additions and 99 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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

### Fix

- fix(bug): added support for checkMetadataHash SignedExtension ([#421](https://github.com/paritytech/asset-transfer-api/pull/421))([2d84bfd](https://github.com/paritytech/asset-transfer-api/commit/36d4318920161cdb7945e289c059fee552d84bfd))
- fix: Update paysWithFeeOrigin examples and errors ([#420](https://github.com/paritytech/asset-transfer-api/pull/420))([8d13795](https://github.com/paritytech/asset-transfer-api/commit/7eb9ce979a7b212623711bf716bda80fc8d13795))
- fix: improve error messages ([#416](https://github.com/paritytech/asset-transfer-api/pull/416))([f42ae74](https://github.com/paritytech/asset-transfer-api/commit/5a11307491858d5317bd8f5fa60413633f42ae74))

### Chore

- chore(registry): update registry dep ([#423](https://github.com/paritytech/asset-transfer-api/pull/423))([7a58ae7](https://github.com/paritytech/asset-transfer-api/commit/c02d5bd65ca96afef52ebb798d8442aae7a58ae7))
- chore(deps): bumped PJS/API to 12.1.1 ([#422](https://github.com/paritytech/asset-transfer-api/pull/422))([6a5e0d2](https://github.com/paritytech/asset-transfer-api/commit/a3f1740f90e5952fedbcb6254317d56bb6a5e0d2))

### Docs

- docs: add multiasset and AH reserve examples ([#418](https://github.com/paritytech/asset-transfer-api/pull/418))([1e6e060](https://github.com/paritytech/asset-transfer-api/commit/0bd701d0ae5da96b612934b8ee57f12b41e6e060))


## [0.3.0](https://github.com/paritytech/asset-transfer-api/compare/v0.2.1..v0.3.0)

### Feat
Expand Down
14 changes: 7 additions & 7 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.

30 changes: 15 additions & 15 deletions docs/interfaces/types.TransferArgsOpts.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 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.3.0",
"version": "0.3.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f2aa50d

Please sign in to comment.