From 1015ee33a73ea45a89d5092e4ffa136f715fd318 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Sun, 31 Mar 2024 02:12:06 +0800 Subject: [PATCH] chore: bump loro-crdt --- crates/loro-wasm/CHANGELOG.md | 6 ++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 8 ++++++++ loro-js/package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index becc64fb..9fe7c8ce 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.13.1 + +### Patch Changes + +- Fix type errors and conversion from js->rust error + ## 0.13.0 ### Minor Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 7e6e5569..f28ba924 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "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.", "keywords": [ "crdt", diff --git a/loro-js/CHANGELOG.md b/loro-js/CHANGELOG.md index c1b7c666..75b92516 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 ### Minor Changes diff --git a/loro-js/package.json b/loro-js/package.json index 851768a7..9b351834 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "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.", "keywords": [ "crdt",