Skip to content

Commit

Permalink
chore(release): 1.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.23.0](v1.22.4...v1.23.0) (2023-10-14)

### Bug Fixes

* bump dependencies ([65ce3b5](65ce3b5))
* set $filter.limit ([c4d0d81](c4d0d81))
* text.length ([fa80d0d](fa80d0d))

### Features

* frameId to manage frames ([e6a8776](e6a8776))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent e6a8776 commit ed36dd2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.23.0](https://github.com/CoCreate-app/CoCreate-crdt/compare/v1.22.4...v1.23.0) (2023-10-14)


### Bug Fixes

* bump dependencies ([65ce3b5](https://github.com/CoCreate-app/CoCreate-crdt/commit/65ce3b55b9a0d60f4d1dd3f1af13736f1a2eddb3))
* set $filter.limit ([c4d0d81](https://github.com/CoCreate-app/CoCreate-crdt/commit/c4d0d8138cc8a922890146ee079ec606c4b646c8))
* text.length ([fa80d0d](https://github.com/CoCreate-app/CoCreate-crdt/commit/fa80d0d6e9181957417c6fd66fc3006a0395cbf6))


### Features

* frameId to manage frames ([e6a8776](https://github.com/CoCreate-app/CoCreate-crdt/commit/e6a8776db0b4731a3b10502b6451df0d794ae235))

## [1.22.4](https://github.com/CoCreate-app/CoCreate-crdt/compare/v1.22.3...v1.22.4) (2023-10-09)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/crdt",
"version": "1.22.4",
"version": "1.23.0",
"description": "CoCreate crdt",
"author": "CoCreate LLC",
"license": "AGPL-3.0",
Expand Down Expand Up @@ -45,4 +45,4 @@
"@cocreate/message-client": "^1.8.3",
"@cocreate/utils": "^1.25.3"
}
}
}

0 comments on commit ed36dd2

Please sign in to comment.