Skip to content

Commit

Permalink
chore(release): 16.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.7.0](v16.6.0...v16.7.0) (2024-06-08)

### Features

* **json-crdt-extensions:** 🎸 add inter-block iteration for inline elements ([22f6fe8](22f6fe8))
* **json-crdt-extensions:** 🎸 add inter-block iteration using point tuples ([edf19ac](edf19ac))
* **json-crdt-extensions:** 🎸 add iteration over block points ([19dcc68](19dcc68))
* **json-crdt-extensions:** 🎸 can return block marker when iterating ([0e66aa6](0e66aa6))
* **json-crdt-extensions:** 🎸 improve how blocks are printed to console, add Block.text() ([4a68cda](4a68cda))

### Performance Improvements

* **json-crdt-extensions:** ⚡️ speed up range text materialization ([ac56314](ac56314))
  • Loading branch information
semantic-release-bot committed Jun 8, 2024
1 parent 3605e0a commit bc8eb9b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [16.7.0](https://github.com/streamich/json-joy/compare/v16.6.0...v16.7.0) (2024-06-08)


### Features

* **json-crdt-extensions:** 🎸 add inter-block iteration for inline elements ([22f6fe8](https://github.com/streamich/json-joy/commit/22f6fe8cbe0f56970a009747f48737f39db7a92c))
* **json-crdt-extensions:** 🎸 add inter-block iteration using point tuples ([edf19ac](https://github.com/streamich/json-joy/commit/edf19acaaecf731f7171806816525c173a3c25b6))
* **json-crdt-extensions:** 🎸 add iteration over block points ([19dcc68](https://github.com/streamich/json-joy/commit/19dcc68e564539c48beddb141e5ee59b12ed9fe2))
* **json-crdt-extensions:** 🎸 can return block marker when iterating ([0e66aa6](https://github.com/streamich/json-joy/commit/0e66aa63821963d67b56b4ed412897270cf1e775))
* **json-crdt-extensions:** 🎸 improve how blocks are printed to console, add Block.text() ([4a68cda](https://github.com/streamich/json-joy/commit/4a68cdaac2345910388847c868ccefc8fd619305))


### Performance Improvements

* **json-crdt-extensions:** ⚡️ speed up range text materialization ([ac56314](https://github.com/streamich/json-joy/commit/ac563148feb70c963079b39c7687280f31d797dc))

# [16.6.0](https://github.com/streamich/json-joy/compare/v16.5.0...v16.6.0) (2024-06-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": "16.6.0",
"version": "16.7.0",
"description": "Collection of libraries for building collaborative editing apps.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit bc8eb9b

Please sign in to comment.