From d5eb300442d1979c65f62fcbb9ff8e6fbf837e86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:54:51 +0800 Subject: [PATCH] chore: version packages (#620) Co-authored-by: github-actions[bot] --- .changeset/moody-icons-mix.md | 5 ----- crates/loro-wasm/CHANGELOG.md | 6 ++++++ crates/loro-wasm/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/moody-icons-mix.md diff --git a/.changeset/moody-icons-mix.md b/.changeset/moody-icons-mix.md deleted file mode 100644 index 28b201f5..00000000 --- a/.changeset/moody-icons-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"loro-crdt": patch ---- - -fix: map.keys() may return keys from deleted entries #618 diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 760b4e1a..9baec334 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.1 + +### Patch Changes + +- 07500da: fix: map.keys() may return keys from deleted entries #618 + ## 1.3.0 ### Minor Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 2f050da9..9f6b6609 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "1.3.0", + "version": "1.3.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",