diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 3a41f9f3..86e1d969 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.4 + +### Patch Changes + +- Fix time travel issue #211 + ## 0.6.1 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 13942a24..046d29a6 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.6.1", + "version": "0.6.4", "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 3b56c1fb..fbc39dd7 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.6.4 + +### Patch Changes + +- Fix time travel issue #211 +- Updated dependencies + - loro-wasm@0.6.4 + ## 0.6.3 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index 7c2ec3ab..6ef70ecb 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.6.3", + "version": "0.6.4", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",