fix(persistence): bring back experimental indexedDB on web (#1348)

* fix(persistence): bring back experimental indexedDB on web

* chore(persistence): update changelog to be upcoming

Co-authored-by: Salvatore Giordano <[email protected]>
This commit is contained in:
Dawid
2022-10-10 13:38:45 +02:00
committed by GitHub
co-authored by Salvatore Giordano
parent 37e01b118b
commit 144d517dea
5 changed files with 45 additions and 9 deletions
@@ -1,3 +1,7 @@
## Upcoming
- Reintroduce support for experimental indexedDB on Web.
## 5.0.0
- Included the changes from version [4.3.0](#430) and [4.4.0](#440).