We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32adf0c commit 380bd15Copy full SHA for 380bd15
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# [2.5.0](https://github.com/txnlab/use-wallet/compare/v2.4.0...v2.5.0) (2024-01-25)
2
+
3
+### Features
4
+* Kibisis provider ([#128](https://github.com/txnlab/use-wallet/pull/128)) ([279e49a](https://github.com/txnlab/use-wallet/commit/279e49a107a855c7f010ce16121df22421ca83cf))
5
6
# [2.4.0](https://github.com/txnlab/use-wallet/compare/v2.3.1...v2.4.0) (2024-01-17)
7
8
### Features
package.json
@@ -1,7 +1,7 @@
{
"name": "@txnlab/use-wallet",
"author": "TxnLab, Inc.",
- "version": "2.4.0",
+ "version": "2.5.0",
"license": "MIT",
"description": "React hooks for using Algorand compatible wallets in dApps.",
"scripts": {
0 commit comments