diff --git a/.changeset/friendly-geckos-juggle.md b/.changeset/friendly-geckos-juggle.md deleted file mode 100644 index 1ebd2da74..000000000 --- a/.changeset/friendly-geckos-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"loro-crdt": patch ---- - -fix: getOrCreateContainer should not throw if value is null #576 diff --git a/.changeset/poor-fishes-fry.md b/.changeset/poor-fishes-fry.md deleted file mode 100644 index b6c28c833..000000000 --- a/.changeset/poor-fishes-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"loro-crdt": minor ---- - -Return ImportStatus in the import_batch method diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 00cb6f805..92a0d50eb 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- 01fccc5: Return ImportStatus in the import_batch method + +### Patch Changes + +- d08a865: fix: getOrCreateContainer should not throw if value is null #576 + ## 1.1.4 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 3d2ce0198..a6025b963 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "1.1.4", + "version": "1.2.0", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",