Skip to content

Commit

Permalink
chore(release): 16.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.5.0](v16.4.0...v16.5.0) (2024-05-11)

### Features

* **json-crdt-extensions:** 🎸 add initial Inline class implementation ([9994f2a](9994f2a))
* **json-crdt-extensions:** 🎸 improve Inline.attr() implementation ([c6c5b62](c6c5b62))
* **json-crdt-extensions:** 🎸 improve Inline.key() implementation ([4f5f012](4f5f012))
  • Loading branch information
semantic-release-bot committed May 11, 2024
1 parent 8ffd3d8 commit 36b555e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [16.5.0](https://github.com/streamich/json-joy/compare/v16.4.0...v16.5.0) (2024-05-11)


### Features

* **json-crdt-extensions:** 🎸 add initial Inline class implementation ([9994f2a](https://github.com/streamich/json-joy/commit/9994f2abd0da082e7e36bda50f89506f5b38a483))
* **json-crdt-extensions:** 🎸 improve Inline.attr() implementation ([c6c5b62](https://github.com/streamich/json-joy/commit/c6c5b621e9f934903cc5b6393c73708c2afac752))
* **json-crdt-extensions:** 🎸 improve Inline.key() implementation ([4f5f012](https://github.com/streamich/json-joy/commit/4f5f012f3dc812058270ec5b1977ba3debd6e792))

# [16.4.0](https://github.com/streamich/json-joy/compare/v16.3.0...v16.4.0) (2024-05-10)


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

0 comments on commit 36b555e

Please sign in to comment.