Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Mar 31, 2024
1 parent 84a3ea3 commit 12ff272
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.7 (2024-03-31)

- Fix the tcpHostname option of the wstcp client (reported by [dotnsf](https://github.com/dotnsf)).

### 1.0.6 (2021-08-11)

- Fix hanging up of WS connection when TCP client cannot connect.
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.6",
"version": "1.0.7",
"description": "Client and server implementation of TCP forwarding over WebSocket",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 12ff272

Please sign in to comment.