From a1845c662c011900a0bf6e446636fe205b5b7fa7 Mon Sep 17 00:00:00 2001 From: Jay Meistrich Date: Sat, 21 Oct 2023 18:04:42 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346f27781..f059d2708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.2 +- Fix: persistence was not adding clearLocal to the new state node +- Fix: removed clearing ref from useObserve - it was causing fast refresh bugs and wasn't really necessary +- Package: Added react as an optional peerDependency +- Change: promise/persisted state key to support _state so it doesn't break user data with state keys, will slowly migrate to that + ## 2.0.0 ### Breaking