mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-03 01:43:59 -04:00
Release 0.6.6
This commit is contained in:
parent
e59ac0f76d
commit
ba29fa59d7
2 changed files with 7 additions and 2 deletions
|
@ -230,11 +230,16 @@ correct data type.
|
|||
|
||||
## History
|
||||
|
||||
### 0.6.6
|
||||
|
||||
* ping: fix calling callback twice when server sends kick
|
||||
* server: send a kick packet when kicking clients. (thanks roblabla)
|
||||
* ping: include latency property (thanks Jan Buschtöns)
|
||||
|
||||
### 0.6.5
|
||||
|
||||
* createServer: allow empty options
|
||||
* server: support online mode and encryption (thanks roblabla)
|
||||
* server: send a kick packet when kicking clients. (thanks roblabla)
|
||||
|
||||
### 0.6.4
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue