diff --git a/.changeset/tiny-geese-yawn.md b/.changeset/tiny-geese-yawn.md
deleted file mode 100644
index e252350..0000000
--- a/.changeset/tiny-geese-yawn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@scio-labs/use-inkathon': patch
----
-
-Fix frozen balance
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b337e66..d93f67c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# @scio-labs/use-inkathon
+## 0.11.1
+
+### Patch Changes
+
+- [#84](https://github.com/scio-labs/use-inkathon/pull/84) [`dd1c172`](https://github.com/scio-labs/use-inkathon/commit/dd1c172df12f02f1ffe15b359afe216890610a93) Thanks [@bgibers](https://github.com/bgibers)! - Fix frozen balance
+
## 0.11.0
### Minor Changes
diff --git a/docs/enums/AssetType.html b/docs/enums/AssetType.html
index d35755e..192eea4 100644
--- a/docs/enums/AssetType.html
+++ b/docs/enums/AssetType.html
@@ -1,3 +1,3 @@
-
Function UseInkathonProvider
- UseInkathonProvider(props, deprecatedLegacyContext?): ReactNode
Returns ReactNode
Index
Properties
contextTypes?
defaultProps?
displayName?
propTypes?
diff --git a/docs/functions/accountArraysAreEqual.html b/docs/functions/accountArraysAreEqual.html
index 7e118fa..eed44d6 100644
--- a/docs/functions/accountArraysAreEqual.html
+++ b/docs/functions/accountArraysAreEqual.html
@@ -1,3 +1,3 @@
accountArraysAreEqual | @scio-labs/use-inkathonFunction accountArraysAreEqual
- accountArraysAreEqual(a1, a2): boolean
Parameters
- a1: InjectedAccount[]
- a2: InjectedAccount[]
Returns boolean
+
- accountArraysAreEqual(a1, a2): boolean
Parameters
- a1: InjectedAccount[]
- a2: InjectedAccount[]
Returns boolean
diff --git a/docs/functions/accountsAreEqual.html b/docs/functions/accountsAreEqual.html
index 1154620..f66bdaf 100644
--- a/docs/functions/accountsAreEqual.html
+++ b/docs/functions/accountsAreEqual.html
@@ -1,2 +1,2 @@
accountsAreEqual | @scio-labs/use-inkathonFunction accountsAreEqual
- accountsAreEqual(a1?, a2?): boolean
Parameters
Optional
a1: InjectedAccountOptional
a2: InjectedAccount
Returns boolean
+
Deprecated
See
React Docs
-