From b38ebe2b04f3ce3742a5dcddfeff850e27b4ded1 Mon Sep 17 00:00:00 2001 From: Peter Kuma Date: Wed, 11 Aug 2021 20:06:47 +0200 Subject: [PATCH] v1.0.5 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8c3f5..189fbad 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,10 @@ Connect to a wstcp server. Changelog --------- +### 1.0.5 (2021-08-11) + +- Fix hanging up of WS connection when TCP client cannot connect. + ### 1.0.4 (2021-08-10) - Stability improvements on lossy links. diff --git a/package.json b/package.json index 8880d18..42c780a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wstcp", - "version": "1.0.4", + "version": "1.0.5", "description": "Client and server implementation of TCP forwarding over WebSocket", "main": "index.js", "dependencies": {