Skip to content

Commit 83f6a5c

Browse files
chore(release): 17.1.0 [skip ci]
# [17.1.0](v17.0.1...v17.1.0) (2024-10-10) ### Features * **json-crdt-extensions:** 🎸 add editor backward iteration ([0358fdd](0358fdd)) * **json-crdt-extensions:** 🎸 implement semantic forward movement in the editor ([4cff1b7](4cff1b7)) ### Performance Improvements * **json-crdt-extensions:** ⚡️ improve backward iteration end condition check ([4f8c968](4f8c968))
1 parent 90497c7 commit 83f6a5c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [17.1.0](https://github.com/streamich/json-joy/compare/v17.0.1...v17.1.0) (2024-10-10)
2+
3+
4+
### Features
5+
6+
* **json-crdt-extensions:** 🎸 add editor backward iteration ([0358fdd](https://github.com/streamich/json-joy/commit/0358fdd1f9d0425265279560ea90bda0df656896))
7+
* **json-crdt-extensions:** 🎸 implement semantic forward movement in the editor ([4cff1b7](https://github.com/streamich/json-joy/commit/4cff1b7aff55a638db7195e9a04929325a9d5e4e))
8+
9+
10+
### Performance Improvements
11+
12+
* **json-crdt-extensions:** ⚡️ improve backward iteration end condition check ([4f8c968](https://github.com/streamich/json-joy/commit/4f8c968257d8c959625eda45003004d8fc47ae67))
13+
114
## [17.0.1](https://github.com/streamich/json-joy/compare/v17.0.0...v17.0.1) (2024-10-07)
215

316

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

0 commit comments

Comments
 (0)