Skip to content

Commit

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

### Features

* **json-crdt-extensions:** 🎸 chop off block sentinel text from inline node materializati ([d1ee62c](d1ee62c))
* **json-crdt-extensions:** 🎸 improve Inline attribute construction ([3ef2fe6](3ef2fe6))
* **json-crdt-extensions:** 🎸 report slice position relative to the inline ([2f960db](2f960db))
* **json-crdt-extensions:** 🎸 use undefined as data if no slice data specified ([e5c4992](e5c4992))
  • Loading branch information
semantic-release-bot committed Jun 8, 2024
1 parent 9cf9f6e commit 8f16321
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 @@
# [16.8.0](https://github.com/streamich/json-joy/compare/v16.7.0...v16.8.0) (2024-06-08)


### Features

* **json-crdt-extensions:** 🎸 chop off block sentinel text from inline node materializati ([d1ee62c](https://github.com/streamich/json-joy/commit/d1ee62c80a86792c0f18cce82ec18d682ee8d32d))
* **json-crdt-extensions:** 🎸 improve Inline attribute construction ([3ef2fe6](https://github.com/streamich/json-joy/commit/3ef2fe603fff4a7650aa5197f92bed9127c3dcb9))
* **json-crdt-extensions:** 🎸 report slice position relative to the inline ([2f960db](https://github.com/streamich/json-joy/commit/2f960dbd114b95cf6d4c4d336d1677056b99850d))
* **json-crdt-extensions:** 🎸 use undefined as data if no slice data specified ([e5c4992](https://github.com/streamich/json-joy/commit/e5c49922353956d7a7c8e18e3f0846bf3a201007))

# [16.7.0](https://github.com/streamich/json-joy/compare/v16.6.0...v16.7.0) (2024-06-08)


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

0 comments on commit 8f16321

Please sign in to comment.