Skip to content

Commit

Permalink
chore(release): 16.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent 80902a7 commit 2325bf6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [16.4.0](https://github.com/streamich/json-joy/compare/v16.3.0...v16.4.0) (2024-05-10)


### Bug Fixes

* **json-crdt-extensions:** 🐛 correctly store extra and local slices ([636a166](https://github.com/streamich/json-joy/commit/636a16622f8b9037cca18eee008b99dc9e375cde))
* **json-crdt-extensions:** 🐛 recompute different `Overlay` state hash when text changes ([d64b8ab](https://github.com/streamich/json-joy/commit/d64b8ab977bcd42b07da02471d5b554cde5d8703))


### Features

* **json-crdt-extensions:** 🎸 add markers only overlay tree ([9f090f7](https://github.com/streamich/json-joy/commit/9f090f71b18010bb71d0f5ea82bd1303957bb414))
* **json-crdt-extensions:** 🎸 improve text hash calculation ([ed6ce96](https://github.com/streamich/json-joy/commit/ed6ce960851bc8f57f3135c3b2329656ff13a56c))

# [16.3.0](https://github.com/streamich/json-joy/compare/v16.2.0...v16.3.0) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-joy",
"version": "16.3.0",
"version": "16.4.0",
"description": "Collection of libraries for building collaborative editing apps.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit 2325bf6

Please sign in to comment.