Skip to content

Commit 9962da7

Browse files
committed
Bump 2.0.3 for #338
1 parent a36d9e9 commit 9962da7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.3
2+
3+
**New Feature:**
4+
5+
* [#338](https://github.com/rikulo/socket.io-client-dart/pull/338) feat: implement connection state recovery
6+
17
## 2.0.2
28

39
**Bug fix:**

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,4 @@ If you are new to Git or GitHub, please read [this guide](https://help.github.co
288288
- Thanks [@chatziko](https://github.com/chatziko) for https://github.com/rikulo/socket.io-client-dart/pull/237
289289
- Thanks [@Astray-git](https://github.com/Astray-git) for https://github.com/rikulo/socket.io-client-dart/pull/313
290290
- Thanks [@Astray-git](https://github.com/Astray-git) for https://github.com/rikulo/socket.io-client-dart/pull/310
291+
- Thanks [@Frank3K](https://github.com/Frank3K) for https://github.com/rikulo/socket.io-client-dart/pull/338

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: socket_io_client
22
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
3-
version: 2.0.2
3+
version: 2.0.3
44
homepage: https://www.zkoss.org
55
repository: https://github.com/rikulo/socket.io-client-dart
66
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues

0 commit comments

Comments
 (0)