Skip to content

Commit 7398f57

Browse files
committed
Minor release
1 parent baf6500 commit 7398f57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.6.0
2+
* Added: `Server#close` as a short hand for `Server#socket.close`
3+
14
# 1.5.0
25
* Added: `Connection#send` as a short hand for `Connection#sendText` or `Connection#sendBinary`, depending on the data type (string or Buffer)
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-websocket",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"author": "Sitegui <sitegui@sitegui.com.br>",
55
"description": "Basic server&client approach to websocket (text and binary frames)",
66
"main": "./index.js",

0 commit comments

Comments
 (0)