diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index d6bc23c9..7a308841 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0-beta.4 + +### Patch Changes + +- Fix: ForkAt should inherit the config and auto commit from the original doc + ## 1.0.0-beta.3 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index ed867705..0626f6a4 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.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 136cb65e..86abf612 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.0-beta.4 + +### Patch Changes + +- Fix: ForkAt should inherit the config and auto commit from the original doc +- Updated dependencies + - loro-wasm@1.0.0-beta.4 + ## 1.0.0-beta.3 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index 343874c5..532c749c 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",