diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 5083eaa4..e35a1585 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.1 + +### Patch Changes + +- Fix use consistnt peer id repr and expose VersionVector type + ## 0.9.0 ### Minor Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index f1cd24d5..b1fa3a69 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.9.0", + "version": "0.9.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 b91bd920..14ca1730 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.9.1 + +### Patch Changes + +- Fix use consistnt peer id repr and expose VersionVector type +- Updated dependencies + - loro-wasm@0.9.1 + ## 0.9.0 ### Minor Changes diff --git a/loro-js/package.json b/loro-js/package.json index bb124bb7..8c4468e6 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.9.0", + "version": "0.9.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",