loro-crdt 1.5.0 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 81c7bb7: fix ephemeral store recursive use by adding mutex in the inner
8
+ - bf94a03: feat: add functionality to delete and hide empty root containers #708
9
+
10
+ ## 1.5.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 742cf7d: Fix memory leak caused by wasm-bindgen
15
+
16
+ - https://github.com/rustwasm/wasm-bindgen/issues/3854
17
+
3
18
  ## 1.5.0
4
19
 
5
20
  ### Minor Changes