From b8bf195e7874ea27b9acd10dcc87d8eb65b0f595 Mon Sep 17 00:00:00 2001 From: Doug Richar Date: Tue, 12 Sep 2023 16:22:47 -0400 Subject: [PATCH] chore: release v2.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e03a77..982221a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.1.2](https://github.com/txnlab/use-wallet/compare/v2.1.1...v2.1.2) (2023-09-12) + +### Changes + +- Update documentation to show recommended approach for node configuration ([#110](https://github.com/TxnLab/use-wallet/pull/110)) ([b50c564](https://github.com/TxnLab/use-wallet/commit/b50c564d8ef6e6fb8c207848737851b4f3b8d64d)) + # [2.1.1](https://github.com/txnlab/use-wallet/compare/v2.1.0...v2.1.1) (2023-08-11) ### Bug Fixes diff --git a/package.json b/package.json index 3fda3a4c..ee19dc4f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/txnlab/use-wallet/issues" }, "homepage": "https://txnlab.github.io/use-wallet", - "version": "2.1.1", + "version": "2.1.2", "description": "React hooks for using Algorand compatible wallets in dApps.", "scripts": { "dev": "yarn storybook",