Skip to content

Commit 54b8af3

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: release main
1 parent e75769e commit 54b8af3

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.1.0",
33
"packages/loro-protocol": "0.1.0",
4-
"packages/loro-websocket": "0.1.2"
4+
"packages/loro-websocket": "0.1.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.1.3](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.2...loro-websocket-v0.1.3) (2025-09-23)
4+
5+
6+
### Bug Fixes
7+
8+
* rm isOnline to make retry connecting work ([e75769e](https://github.com/loro-dev/protocol/commit/e75769e4f9f9b136a8886356789d1dee6bc0f5a6))
9+
310
## [0.1.2](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.1.1...loro-websocket-v0.1.2) (2025-09-16)
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.1.2",
3+
"version": "0.1.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)