Skip to content

Commit b4695cc

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent c263c8b commit b4695cc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/loro-adaptors": "0.6.1",
33
"packages/loro-protocol": "0.3.0",
4-
"packages/loro-websocket": "0.6.1"
4+
"packages/loro-websocket": "0.6.2"
55
}

packages/loro-websocket/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
* Flock client/server adaptors now emit binary-encoded version vectors using `@loro-dev/flock`'s `encodeVersionVector`; prior JSON encoding is no longer supported.
88

9+
## [0.6.2](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.6.1...loro-websocket-v0.6.2) (2026-01-04)
10+
11+
12+
### Features
13+
14+
* **loro-websocket:** add sendExternalUpdates method to LoroWebsocketClient ([#46](https://github.com/loro-dev/protocol/issues/46)) ([c263c8b](https://github.com/loro-dev/protocol/commit/c263c8b3046fcf1d704fd4eceb0f6e53322b4544))
15+
916
## [0.6.1](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.6.0...loro-websocket-v0.6.1) (2025-12-29)
1017

1118

packages/loro-websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-websocket",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": false,
55
"description": "WebSocket client and SimpleServer for syncing CRDTs base on loro-protocol",
66
"author": "Loro Team",

0 commit comments

Comments
 (0)