diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0ec2436f..14c0d1c9ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [17.5.0](https://github.com/streamich/json-joy/compare/v17.4.0...v17.5.0) (2024-10-29) + + +### Features + +* **json-crdt-extensions:** 🎸 improve .eob() end codition handling ([14a69b8](https://github.com/streamich/json-joy/commit/14a69b84dee61ab1110c0c29b327507eef1b2b7c)) +* **json-crdt-extensions:** 🎸 improve edge condition handling in .bob() call ([e1973b7](https://github.com/streamich/json-joy/commit/e1973b71d0a82551b304c563bcdebf4b90274889)) +* **json-crdt-extensions:** 🎸 improve Editor .move() method ([5b4bc9b](https://github.com/streamich/json-joy/commit/5b4bc9b3efc70dd51bd8d935eaf7bf14ffa9207b)) +* **json-crdt-extensions:** 🎸 improve end treatment in line iterators ([bb9aabe](https://github.com/streamich/json-joy/commit/bb9aabe1f1f09bad01b7b95a3ad32e9eec1168ab)) + # [17.4.0](https://github.com/streamich/json-joy/compare/v17.3.0...v17.4.0) (2024-10-28) diff --git a/package.json b/package.json index ba0de8ef4e..d26ceb3b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-joy", - "version": "17.4.0", + "version": "17.5.0", "description": "Collection of libraries for building collaborative editing apps.", "author": { "name": "streamich",