Release 0.6.6

This commit is contained in:
Andrew Kelley 2013-01-27 19:40:56 -05:00
parent e59ac0f76d
commit ba29fa59d7
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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": {