chore(release): prepare release socket.io-client-1.0.1

This commit is contained in:
Damien Arrachequesne
2020-12-10 16:01:09 +01:00
parent 9df7b759b0
commit 89ef9d09ce
3 changed files with 32 additions and 15 deletions

View File

@@ -1,4 +1,13 @@
1.0.1 / 2020-12-10
==================
### Bug Fixes
* don't process socket.connect() if we are already re-connecting ([#577](https://github.com/socketio/socket.io-client-java/issues/577)) ([54b7311](https://github.com/socketio/socket.io-client-java/commit/54b73114d19f33a78bec1ce99325893129f8a148))
* handle case where URI.getHost() returns null ([#484](https://github.com/socketio/socket.io-client-java/issues/484)) ([567372e](https://github.com/socketio/socket.io-client-java/commit/567372ecfa6c86bdc72f8bc64985d6511dc87666))
1.0.0 / 2017-07-14
==================