Skip to content

Commit

Permalink
chore(release): 17.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent 90497c7 commit 83f6a5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [17.1.0](https://github.com/streamich/json-joy/compare/v17.0.1...v17.1.0) (2024-10-10)


### Features

* **json-crdt-extensions:** 🎸 add editor backward iteration ([0358fdd](https://github.com/streamich/json-joy/commit/0358fdd1f9d0425265279560ea90bda0df656896))
* **json-crdt-extensions:** 🎸 implement semantic forward movement in the editor ([4cff1b7](https://github.com/streamich/json-joy/commit/4cff1b7aff55a638db7195e9a04929325a9d5e4e))


### Performance Improvements

* **json-crdt-extensions:** ⚡️ improve backward iteration end condition check ([4f8c968](https://github.com/streamich/json-joy/commit/4f8c968257d8c959625eda45003004d8fc47ae67))

## [17.0.1](https://github.com/streamich/json-joy/compare/v17.0.0...v17.0.1) (2024-10-07)


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": "17.0.1",
"version": "17.1.0",
"description": "Collection of libraries for building collaborative editing apps.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit 83f6a5c

Please sign in to comment.