From 7d69cffd899b678f99822b6b06ee82ef8d051ac3 Mon Sep 17 00:00:00 2001 From: Doug Richar Date: Tue, 30 Jan 2024 15:44:58 -0500 Subject: [PATCH] chore: release v2.6.0 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e328b553..99c881f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ +# [2.6.0](https://github.com/txnlab/use-wallet/compare/v2.5.0...v2.6.0) (2024-01-30) + +### Features + +- Magic.link provider (email based authentication) ([#124](https://github.com/txnlab/use-wallet/pull/124)) ([85f8bef](https://github.com/txnlab/use-wallet/commit/85f8befb535a47386d77a4bd14dfcb891809fd01)) + +### Bug Fixes + +- **Kibisis:** Lower `getProvider` timeout from 3 seconds to 0.75 seconds ([#133](https://github.com/txnlab/use-wallet/pull/133)) ([fadf667](https://github.com/txnlab/use-wallet/commit/fadf667d743580715f9c08664cf53a806fb5d9aa)) +- **Kibisis:** Remove native web Crypto API dependency when generating UUID ([#134](https://github.com/txnlab/use-wallet/pull/134)) ([54b43e8](https://github.com/txnlab/use-wallet/commit/54b43e81efe8f57b6c706e30fea3d5579727a1e6)) + # [2.5.0](https://github.com/txnlab/use-wallet/compare/v2.4.0...v2.5.0) (2024-01-25) ### Features -* Kibisis provider ([#128](https://github.com/txnlab/use-wallet/pull/128)) ([279e49a](https://github.com/txnlab/use-wallet/commit/279e49a107a855c7f010ce16121df22421ca83cf)) + +- Kibisis provider ([#128](https://github.com/txnlab/use-wallet/pull/128)) ([279e49a](https://github.com/txnlab/use-wallet/commit/279e49a107a855c7f010ce16121df22421ca83cf)) # [2.4.0](https://github.com/txnlab/use-wallet/compare/v2.3.1...v2.4.0) (2024-01-17) diff --git a/package.json b/package.json index 516aef82..b96f9c44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@txnlab/use-wallet", "author": "TxnLab, Inc.", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "description": "React hooks for using Algorand compatible wallets in dApps.", "scripts": {