diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c553d4f..bcacbed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.10.1](https://github.com/txnlab/use-wallet/compare/v3.10.0...v3.10.1) (2024-11-28) + +### Bug Fixes + +- **KMD:** Handle empty password correctly in getPassword ([#318](https://github.com/txnlab/use-wallet/pull/318)) ([4c2f5a8](https://github.com/txnlab/use-wallet/commit/4c2f5a89a8d753f62f9853ffed6ec84325fa79b4)) + +### Test Coverage + +- **KMD:** Add tests for empty and null password handling ([#319](https://github.com/txnlab/use-wallet/pull/319)) ([55ce7ad](https://github.com/txnlab/use-wallet/commit/55ce7ad980f89eceee17dd00ef1861b0fbc66db8)) + # [3.10.0](https://github.com/txnlab/use-wallet/compare/v3.9.0...v3.10.0) (2024-10-25) ### Features diff --git a/packages/use-wallet-react/package.json b/packages/use-wallet-react/package.json index c78a3d05..ad638187 100644 --- a/packages/use-wallet-react/package.json +++ b/packages/use-wallet-react/package.json @@ -1,6 +1,6 @@ { "name": "@txnlab/use-wallet-react", - "version": "3.10.0", + "version": "3.10.1", "description": "React library for integrating Algorand wallets into decentralized applications", "author": "Doug Richar ", "license": "MIT", diff --git a/packages/use-wallet-solid/package.json b/packages/use-wallet-solid/package.json index a2ea53ff..2469d867 100644 --- a/packages/use-wallet-solid/package.json +++ b/packages/use-wallet-solid/package.json @@ -1,6 +1,6 @@ { "name": "@txnlab/use-wallet-solid", - "version": "3.10.0", + "version": "3.10.1", "description": "Solid.js library for integrating Algorand wallets into decentralized applications", "author": "Doug Richar ", "license": "MIT", diff --git a/packages/use-wallet-vue/package.json b/packages/use-wallet-vue/package.json index d7ee6f71..06fe8b9c 100644 --- a/packages/use-wallet-vue/package.json +++ b/packages/use-wallet-vue/package.json @@ -1,6 +1,6 @@ { "name": "@txnlab/use-wallet-vue", - "version": "3.10.0", + "version": "3.10.1", "description": "Vue library for integrating Algorand wallets into decentralized applications", "author": "Doug Richar ", "license": "MIT", diff --git a/packages/use-wallet/package.json b/packages/use-wallet/package.json index eb64a087..134085fa 100644 --- a/packages/use-wallet/package.json +++ b/packages/use-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@txnlab/use-wallet", - "version": "3.10.0", + "version": "3.10.1", "description": "TypeScript library for integrating Algorand wallets into decentralized applications", "author": "Doug Richar ", "license": "MIT",