chore: pre release

This commit is contained in:
Zixuan Chen 2024-05-09 16:16:30 +08:00
parent a9484b48a2
commit 43506cc512
No known key found for this signature in database

View file

@ -0,0 +1,17 @@
---
"loro-wasm": patch
"loro-crdt": patch
---
Fix unsound issue caused by wasm-bindgen
#### 🐛 Bug Fixes
- Fix potential movable list bug (#354)
- Tree fuzz sort value (#351)
- Upgrade wasm-bindgen to fix str free err (#353)
#### 📚 Documentation
- Simplify readme (#352)