diff --git a/.changeset/sour-ladybugs-sin.md b/.changeset/sour-ladybugs-sin.md deleted file mode 100644 index da9bc053..00000000 --- a/.changeset/sour-ladybugs-sin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"loro-wasm": patch -"loro-crdt": patch ---- - -Fix build script diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index c0cae545..46919e4c 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.16.9 + +### Patch Changes + +- a761430: Fix build script + ## 0.16.8 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index f1ce402b..4df4c046 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.16.8", + "version": "0.16.9", "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 170f3732..ccd85710 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.16.9 + +### Patch Changes + +- a761430: Fix build script +- Updated dependencies [a761430] + - loro-wasm@0.16.9 + ## 0.16.8 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index 888a308d..9d09d2bc 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.16.8", + "version": "0.16.9", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",