From e629e191657f482d155ee1574de5ca3f920b9d17 Mon Sep 17 00:00:00 2001 From: Jumper Chen Date: Wed, 13 Jul 2022 10:54:16 +0800 Subject: [PATCH] Bump 2.0.0 for feature #237 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f01164..3ffae98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** diff --git a/pubspec.yaml b/pubspec.yaml index a02799f..753ba63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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: