Skip to content

Commit

Permalink
chore(release): 17.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.5.0](v17.4.0...v17.5.0) (2024-10-29)

### Features

* **json-crdt-extensions:** 🎸 improve .eob() end codition handling ([14a69b8](14a69b8))
* **json-crdt-extensions:** 🎸 improve edge condition handling in .bob() call ([e1973b7](e1973b7))
* **json-crdt-extensions:** 🎸 improve Editor .move() method ([5b4bc9b](5b4bc9b))
* **json-crdt-extensions:** 🎸 improve end treatment in line iterators ([bb9aabe](bb9aabe))
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent 7941562 commit 178a4be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 178a4be

Please sign in to comment.