Skip to content

Commit aa55e93

Browse files
committed
fix(dependencies): prevent race condition during concurrent initialization
- Add guard to ensure only one instance of dependency initialization runs at a time - Update CHANGELOG.md to reflect the upcoming fix
1 parent 853863b commit aa55e93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Upcoming Release
4+
5+
- fix: prevent race condition during concurrent dependency initialization.
6+
37
## 1.0.1 - 2025-10-17
48

59
- **chore**: A new migration ensures that existing user preference documents are updated to include the savedFilters field, initialized as an empty array.

0 commit comments

Comments
 (0)