Skip to content

Commit 2325bf6

Browse files
chore(release): 16.4.0 [skip ci]
# [16.4.0](v16.3.0...v16.4.0) (2024-05-10) ### Bug Fixes * **json-crdt-extensions:** 🐛 correctly store extra and local slices ([636a166](636a166)) * **json-crdt-extensions:** 🐛 recompute different `Overlay` state hash when text changes ([d64b8ab](d64b8ab)) ### Features * **json-crdt-extensions:** 🎸 add markers only overlay tree ([9f090f7](9f090f7)) * **json-crdt-extensions:** 🎸 improve text hash calculation ([ed6ce96](ed6ce96))
1 parent 80902a7 commit 2325bf6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [16.4.0](https://github.com/streamich/json-joy/compare/v16.3.0...v16.4.0) (2024-05-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-extensions:** 🐛 correctly store extra and local slices ([636a166](https://github.com/streamich/json-joy/commit/636a16622f8b9037cca18eee008b99dc9e375cde))
7+
* **json-crdt-extensions:** 🐛 recompute different `Overlay` state hash when text changes ([d64b8ab](https://github.com/streamich/json-joy/commit/d64b8ab977bcd42b07da02471d5b554cde5d8703))
8+
9+
10+
### Features
11+
12+
* **json-crdt-extensions:** 🎸 add markers only overlay tree ([9f090f7](https://github.com/streamich/json-joy/commit/9f090f71b18010bb71d0f5ea82bd1303957bb414))
13+
* **json-crdt-extensions:** 🎸 improve text hash calculation ([ed6ce96](https://github.com/streamich/json-joy/commit/ed6ce960851bc8f57f3135c3b2329656ff13a56c))
14+
115
# [16.3.0](https://github.com/streamich/json-joy/compare/v16.2.0...v16.3.0) (2024-05-08)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "16.3.0",
3+
"version": "16.4.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)