diff --git a/.changeset/two-roses-impress.md b/.changeset/two-roses-impress.md deleted file mode 100644 index 9b91e477..00000000 --- a/.changeset/two-roses-impress.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"loro-wasm": patch -"loro-crdt": patch ---- - -Bug Fix - -#### 🐛 Bug Fixes - -- *(js)* Allow convert from undefined to LoroValue (#323) - -#### 🚜 Refactor - -- Refine ts type (#322) - diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 2ef84660..db3ad286 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.14.5 + +### Patch Changes + +- 73e3ba5: Bug Fix + + #### 🐛 Bug Fixes + + - _(js)_ Allow convert from undefined to LoroValue (#323) + + #### 🚜 Refactor + + - Refine ts type (#322) + ## 0.14.4 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index a6569334..a6a9bd4b 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.14.4", + "version": "0.14.5", "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 cd3ea3ef..991bede4 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.14.5 + +### Patch Changes + +- 73e3ba5: Bug Fix + + #### 🐛 Bug Fixes + + - _(js)_ Allow convert from undefined to LoroValue (#323) + + #### 🚜 Refactor + + - Refine ts type (#322) + +- Updated dependencies [73e3ba5] + - loro-wasm@0.14.5 + ## 0.14.4 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index b8920954..e1a1a45e 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.14.4", + "version": "0.14.5", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",