Skip to content

Commit a87734a

Browse files
chore(release): 17.3.0 [skip ci]
# [17.3.0](v17.2.0...v17.3.0) (2024-10-12) ### Features * **json-crdt-patch:** 🎸 allow combining multiple patches at once ([bb52208](bb52208)) * **json-crdt-patch:** 🎸 implement `combine()` for joining two adjacent patches ([427c7c9](427c7c9)) * **json-crdt-patch:** 🎸 implement consecutive string insert compaction ([67feb63](67feb63))
1 parent 9c46f0c commit a87734a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [17.3.0](https://github.com/streamich/json-joy/compare/v17.2.0...v17.3.0) (2024-10-12)
2+
3+
4+
### Features
5+
6+
* **json-crdt-patch:** 🎸 allow combining multiple patches at once ([bb52208](https://github.com/streamich/json-joy/commit/bb522088f1ca445b673297d94a0f9e5eccf035b3))
7+
* **json-crdt-patch:** 🎸 implement `combine()` for joining two adjacent patches ([427c7c9](https://github.com/streamich/json-joy/commit/427c7c9acf0740f4be1ae1bd0b114b4da75886cc))
8+
* **json-crdt-patch:** 🎸 implement consecutive string insert compaction ([67feb63](https://github.com/streamich/json-joy/commit/67feb631445d623e7524e5670db1fb13e014ad81))
9+
110
# [17.2.0](https://github.com/streamich/json-joy/compare/v17.1.0...v17.2.0) (2024-10-10)
211

312

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": "17.2.0",
3+
"version": "17.3.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)