Skip to content

Commit

Permalink
Bump 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Jan 9, 2023
1 parent 163e518 commit 973b2fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.1

**New Feature:**

* [#310](https://github.com/rikulo/socket.io-client-dart/pull/310) Add setAuthFn for OptionBuilder

**Bug fix:**

* [#287](https://github.com/rikulo/socket.io-client-dart/issues/287) reconnecting event is not triggered

## 2.0.0

**New Feature:**
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,5 @@ If you are new to Git or GitHub, please read [this guide](https://help.github.co
- Thanks [@fzyzcjy](https://github.com/fzyzcjy) for https://github.com/rikulo/socket.io-client-dart/pull/188
- Thanks [@darwin-morocho](https://github.com/darwin-morocho) for https://github.com/rikulo/socket.io-client-dart/pull/189
- Thanks [@chatziko](https://github.com/chatziko) for https://github.com/rikulo/socket.io-client-dart/pull/237
- Thanks [@Astray-git](https://github.com/Astray-git) for https://github.com/rikulo/socket.io-client-dart/pull/313
- Thanks [@Astray-git](https://github.com/Astray-git) for https://github.com/rikulo/socket.io-client-dart/pull/310
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: socket_io_client
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
version: 2.0.0
version: 2.0.1
homepage: https://www.zkoss.org
repository: https://github.com/rikulo/socket.io-client-dart
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
logging: '^1.0.1'
socket_io_common: '^2.0.0'
socket_io_common: '^2.0.2'
js: '^0.6.3'

dev_dependencies:
Expand Down

0 comments on commit 973b2fe

Please sign in to comment.