Skip to content

Commit 7773bec

Browse files
chore(release): 15.10.0 [skip ci]
# [15.10.0](v15.9.0...v15.10.0) (2024-05-01) ### Bug Fixes * 🐛 bump tree-dump dependency ([553c9ee](553c9ee)) ### Features * **json-crdt-extensions:** 🎸 add more slice layers ([7971f21](7971f21)) * **json-crdt-extensions:** 🎸 cleanup internal data structures after local changes ([232457b](232457b)) ### Performance Improvements * **json-crdt:** ⚡️ improve first chunk finding implementation ([5e7e661](5e7e661))
1 parent d6689fe commit 7773bec

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [15.10.0](https://github.com/streamich/json-joy/compare/v15.9.0...v15.10.0) (2024-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 bump tree-dump dependency ([553c9ee](https://github.com/streamich/json-joy/commit/553c9ee6b93e0b6515954ffe884423d2163146d0))
7+
8+
9+
### Features
10+
11+
* **json-crdt-extensions:** 🎸 add more slice layers ([7971f21](https://github.com/streamich/json-joy/commit/7971f217c7c27e70a76e95220144ef6892a1371c))
12+
* **json-crdt-extensions:** 🎸 cleanup internal data structures after local changes ([232457b](https://github.com/streamich/json-joy/commit/232457bc3db6839df9130f1cbae9e27284d548f4))
13+
14+
15+
### Performance Improvements
16+
17+
* **json-crdt:** ⚡️ improve first chunk finding implementation ([5e7e661](https://github.com/streamich/json-joy/commit/5e7e66120233120d5fc8f9fc0dab3da0d7396299))
18+
119
# [15.9.0](https://github.com/streamich/json-joy/compare/v15.8.0...v15.9.0) (2024-04-30)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "15.9.0",
3+
"version": "15.10.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)