chore: bump loro-crdt

This commit is contained in:
Zixuan Chen 2024-03-31 02:12:06 +08:00
parent 367975e1ac
commit 1015ee33a7
No known key found for this signature in database
4 changed files with 16 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.13.1
### Patch Changes
- Fix type errors and conversion from js->rust error
## 0.13.0 ## 0.13.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "loro-wasm", "name": "loro-wasm",
"version": "0.13.0", "version": "0.13.1",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [ "keywords": [
"crdt", "crdt",

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 0.13.1
### Patch Changes
- Fix type errors and conversion from js->rust error
- Updated dependencies
- loro-wasm@0.13.1
## 0.13.0 ## 0.13.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "loro-crdt", "name": "loro-crdt",
"version": "0.13.0", "version": "0.13.1",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [ "keywords": [
"crdt", "crdt",