Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Aug 11, 2021
1 parent 50c0ba3 commit b38ebe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b38ebe2

Please sign in to comment.