Skip to content

Commit 47825bf

Browse files
chore: release main
1 parent 858a1e9 commit 47825bf

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.0",
33
"packages/loro-protocol": "0.3.0",
4-
"packages/loro-websocket": "0.6.0"
4+
"packages/loro-websocket": "0.6.1"
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.1](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.6.0...loro-websocket-v0.6.1) (2025-12-11)
10+
11+
12+
### Bug Fixes
13+
14+
* harden websocket client error handling ([#41](https://github.com/loro-dev/protocol/issues/41)) ([858a1e9](https://github.com/loro-dev/protocol/commit/858a1e9854d809efa65a46b0a6690db4c433b67f))
15+
916
## [0.6.0](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.5.0...loro-websocket-v0.6.0) (2025-12-11)
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.0",
3+
"version": "0.6.1",
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)