From 9f826d1e015996a97f4b2635e2b2e7b45a6fa8d6 Mon Sep 17 00:00:00 2001
From: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
Date: Tue, 26 Sep 2023 08:10:27 -0700
Subject: [PATCH] chore(release): 0.1.2 (#298)
---
CHANGELOG.md | 20 +++++++++++
.../AssetTransferApi.AssetTransferApi.html | 15 ++++----
.../errors_BaseError.BaseErrorsEnum.html | 36 +++++++++----------
docs/enums/types.Direction.html | 25 ++++++-------
...nstructApiPromise.constructApiPromise.html | 8 ++---
docs/index.html | 8 ++---
.../constructApiPromise.ApiInfo.html | 14 ++++----
docs/interfaces/types.TransferArgsOpts.html | 26 +++++++-------
docs/interfaces/types.TxResult.html | 22 ++++++------
docs/modules/AssetTransferApi.html | 8 ++---
docs/modules/constructApiPromise.html | 8 ++---
docs/modules/errors_BaseError.html | 8 ++---
docs/modules/types.html | 8 ++---
docs/types/types.ConstructedFormat.html | 8 ++---
docs/types/types.Format.html | 8 ++---
docs/types/types.LocalTransferTypes.html | 8 ++---
docs/types/types.Methods.html | 8 ++---
package.json | 2 +-
18 files changed, 130 insertions(+), 110 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8ca34a6..79e6d7cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [0.1.2](https://github.com/paritytech/asset-transfer-api/compare/v0.1.1..v0.1.2)(2023-09-26)
+
+## Fix
+
+- fix: rococo initialization in the registry ([#297](https://github.com/paritytech/asset-transfer-api/pull/297))
+
+NOTE:
+
+In order to use rococo's asset hub with the `AssetTransferApi` one will need to hardcode the `specName` into the initialization like the following:
+
+```typescript
+new AssetTransferApi(api, `asset-hub-rococo`, xcmVersion);
+```
+
+The reason being, kusama's asset hub and and rococo's asset-hub both share the same specName currently and will cause conflicts. We currently do an overewrite in the registry that the api uses and set the `specName` for rococo's asset hub to be `asset-hub-rococo`. This is on the horizon to get solved on the actual chain itself soon, so this wont be necessary in the coming future.
+
+## Docs
+
+- docs: Fixed typos ([#296](https://github.com/paritytech/asset-transfer-api/pull/296))
+
## [0.1.1](https://github.com/paritytech/asset-transfer-api/compare/v0.1.0..v0.1.1)(2023-09-25)
## Features
diff --git a/docs/classes/AssetTransferApi.AssetTransferApi.html b/docs/classes/AssetTransferApi.AssetTransferApi.html
index 1a844dce..2dc6e6fd 100644
--- a/docs/classes/AssetTransferApi.AssetTransferApi.html
+++ b/docs/classes/AssetTransferApi.AssetTransferApi.html
@@ -1,4 +1,4 @@
-
Relay to System Parachain.