Skip to content

Commit bc7de2c

Browse files
committed
update CHANGELOG and README
[skip ci]
1 parent 570da51 commit bc7de2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [3.0.0] - 2021-9-13
99

10-
SocketIOClient v3.x supports http polling and websocket, socket.io server v2.x is no longer supported.
10+
SocketIOClient v3.0.0 supports http polling and websocket, socket.io server v2.x is no longer supported.
1111

1212
### Added
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ client.ClientWebSocketProvider = () => new ClientWebSocketManaged();
262262

263263
# Breaking changes
264264

265-
## Breaking changes in 3.x
265+
## Breaking changes in 3.0.0
266266

267267
> While WebSocket is clearly the best way to establish a bidirectional communication, experience has shown that it is not always possible to establish a WebSocket connection, due to corporate proxies, personal firewall, antivirus software…
268268

0 commit comments

Comments
 (0)