Skip to content

Commit ec4cf17

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

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.4.2",
33
"packages/loro-protocol": "0.2.0",
4-
"packages/loro-websocket": "0.4.2"
4+
"packages/loro-websocket": "0.4.3"
55
}

packages/loro-websocket/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.3](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.2...loro-websocket-v0.4.3) (2025-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* refine websocket client reconnect ([#31](https://github.com/loro-dev/protocol/issues/31)) ([d130f42](https://github.com/loro-dev/protocol/commit/d130f424384252e62ab02b9cff06a35ec75be59c))
9+
310
## [0.4.2](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.4.1...loro-websocket-v0.4.2) (2025-11-28)
411

512

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.4.2",
3+
"version": "0.4.3",
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)