Skip to content

Commit

Permalink
Bump 2.0.0 for feature #237
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Jul 13, 2022
1 parent 3e76c2a commit e629e19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0

**New Feature:**

* [#237](https://github.com/rikulo/socket.io-client-dart/pull/237) Allow sending an ack with multiple data items (making it consistent with emit)

## 1.0.2

**New Feature:**
Expand Down
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-beta.4-nullsafety.0
version: 2.0.0
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-beta.1-nullsafety.0'
socket_io_common: '^2.0.0'
js: '^0.6.3'

dev_dependencies:
Expand Down

0 comments on commit e629e19

Please sign in to comment.