From ac1450782f977825ad67624441146de856a4501b Mon Sep 17 00:00:00 2001 From: chaceburnette Date: Tue, 15 Nov 2022 14:46:56 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1fe4c..24c1267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v2.1.0 +* Updated several dependencies +* Updated docs to reflect React 18 compatibility +* Other maintenance changes +* Updated the wrapper component name to be set from the store hook name + ## v2.0.2 * Updated for better intellisence using templates * Added `useStore` to be attached to objects returned from `setupStore`, which wraps and abstracts the need to explicitly call `useContext(StoreContext)` when subscribing to a store. This also helps with mocking store objects when unit testing components subscribed to a store.