From 166dbd35b96bad7803413c13b6157d02588d85c7 Mon Sep 17 00:00:00 2001 From: Jumper Chen Date: Tue, 25 Oct 2022 11:14:10 +0800 Subject: [PATCH] Bump 2.0.2 version --- CHANGELOG.md | 5 +++++ README.md | 7 ++++++- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c58daf..fc2a2c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.2 + +**Bug fix:** +* [socket_io_common#8](https://github.com/rikulo/socket_io_common/pull/8) _fixed RangeError + ## 2.0.1 **Bug fix:** diff --git a/README.md b/README.md index 8988169..01f4a3d 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,9 @@ Socket.io common parser library for Dart 2 | socket_io_common | Socket.io Server -------------------|---------------- `v0.9.*` ~ `v1.* ` | `v2.*` -`v2.*` | `v3.*` +`v2.*` | `v3.*` ~ `v4.*` + +## Contributors +- Thanks [@Curvel](https://github.com/Curvel) for https://github.com/rikulo/socket_io_common/pull/4 +- Thanks [@busslina](https://github.com/busslina) for https://github.com/rikulo/socket_io_common/pull/5 +- Thanks [@claudius-kienle](https://github.com/claudius-kienle) for https://github.com/rikulo/socket_io_common/pull/8 diff --git a/pubspec.yaml b/pubspec.yaml index fd2ab97..be7e5dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: socket_io_common description: Socket.io common parser library. -version: 2.0.1 +version: 2.0.2 homepage: https://www.zkoss.org repository: https://github.com/rikulo/socket_io_common issue_tracker: https://github.com/rikulo/socket_io_common/issues