Skip to content

Commit

Permalink
chore(release): 16.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.11.0](v16.10.0...v16.11.0) (2024-06-24)

### Features

* **json-expression:** 🎸 add ability to execute expressions without extra try-catch ([a8498ec](a8498ec))
* **json-type:** 🎸 use new expession execution syntax ([43cd177](43cd177))

### Performance Improvements

* **json-crdt-extensions:** ⚡️ do not wrap Vars into an extra object ([4dbc780](4dbc780))
  • Loading branch information
semantic-release-bot committed Jun 24, 2024
1 parent 0817d77 commit ca616a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [16.11.0](https://github.com/streamich/json-joy/compare/v16.10.0...v16.11.0) (2024-06-24)


### Features

* **json-expression:** 🎸 add ability to execute expressions without extra try-catch ([a8498ec](https://github.com/streamich/json-joy/commit/a8498ec368eca8619f8205604ab863233937afdc))
* **json-type:** 🎸 use new expession execution syntax ([43cd177](https://github.com/streamich/json-joy/commit/43cd1771bc9e48e98370ffc7f5870cf8d3a5a5f9))


### Performance Improvements

* **json-crdt-extensions:** ⚡️ do not wrap Vars into an extra object ([4dbc780](https://github.com/streamich/json-joy/commit/4dbc7800089af84e90e06f48baf227e9ee069291))

# [16.10.0](https://github.com/streamich/json-joy/compare/v16.9.0...v16.10.0) (2024-06-21)


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

0 comments on commit ca616a7

Please sign in to comment.